10BC0 bpo-36475: Finalize PyEval_AcquireLock() and PyEval_AcquireThread() properly by nanjekyejoannah · Pull Request #12667 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content
1 change: 0 additions & 1 deletion Doc/c-api/init.rst
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,6 @@ code, or when embedding the Python interpreter:
check if the interpreter is in process of being finalized before calling
this function to avoid unwanted termination.


.. c:function:: PyThreadState* PyThreadState_Get()

Return the current thread state. The global interpreter lock must be held.
Expand Down
0