We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f412737 commit d24d14eCopy full SHA for d24d14e
Doc/c-api/init.rst
@@ -1086,7 +1086,7 @@ Cautions regarding runtime finalization
1086
In the late stage of :term:`interpreter shutdown`, after attempting to wait for
1087
non-daemon threads to exit (though this can be interrupted by
1088
:class:`KeyboardInterrupt`) and running the :mod:`atexit` functions, the runtime
1089
-is marked as *finalizing*: :c:func:`_Py_IsFinalizing` and
+is marked as *finalizing*: :c:func:`Py_IsFinalizing` and
1090
:func:`sys.is_finalizing` return true. At this point, only the *finalization
1091
thread* that initiated finalization (typically the main thread) is allowed to
1092
acquire the :term:`GIL`.
0 commit comments