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 9b0d0ca commit d4faaccCopy full SHA for d4faacc
1 file changed
peps/pep-0788.rst
@@ -83,7 +83,7 @@ code in their stream of calls (for example, C++ executing finalizers in
83
``Py_IsFinalizing`` is insufficient
84
***********************************
85
86
-The `docs <https://docs.python.org/3/c-api/init.html#c.PyGILState_Ensure>`_
+The :c:func:`docs <PyGILState_Ensure>`
87
currently recommend :c:func:`Py_IsFinalizing` to guard against termination of
88
the thread:
89
0 commit comments