Skip to content

Commit 380bca7

Browse files
Switch to the unstable API
1 parent fdcafec commit 380bca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/sysmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ static int
984984
sys__is_immortal_impl(PyObject *module, PyObject *op)
985985
/*[clinic end generated code: output=c2f5d6a80efb8d1a input=83733fc356c78475]*/
986986
{
987-
return _Py_IsImmortal(op);
987+
return PyUnstable_IsImmortal(op);
988988
}
989989

990990
/*

0 commit comments

Comments
 (0)