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 d27549f commit 61ab0c3Copy full SHA for 61ab0c3
Doc/c-api/init.rst
@@ -1025,7 +1025,7 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
1025
1026
.. c:function:: void PyThreadState_DeleteCurrent()
1027
1028
- Destroy the current thread state and releases the global interpreter. The global
+ Destroy the current thread state and release the global interpreter lock.
1029
interpreter lock need not be held. Like :c:func:`PyThreadState_Delete`, the global
1030
interpreter lock need not be held. The thread state must have been reset with a previous
1031
call to :c:func:`PyThreadState_Clear`.
0 commit comments