8000 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

bpo-36475: Finalize PyEval_AcquireLock() and PyEval_AcquireThread() properly #12667

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 29, 2019
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