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 3336ad7 commit 3991681Copy full SHA for 3991681
Doc/c-api/init.rst
@@ -1821,7 +1821,7 @@ function. You can create and destroy them using the following functions:
1821
the current thread state is ``NULL``. All thread states associated
1822
with this interpreter are destroyed. The global interpreter lock
1823
used by the target interpreter must be held before calling this
1824
- function. No GIL is held when it returns.
+ function. No :term:`thread state` is active when it returns.
1825
1826
:c:func:`Py_FinalizeEx` will destroy all sub-interpreters that
1827
haven't been explicitly destroyed at that point.
0 commit comments