SIGN IN SIGN UP

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

PyEval_AcquireLock() and PyEval_AcquireThread() now
terminate the current thread if called while the interpreter is
finalizing, making them consistent with PyEval_RestoreThread(),
Py_END_ALLOW_THREADS, and PyGILState_Ensure().
J
Joannah Nanjekye committed
f781d202a2382731b43bade845a58d28a02e9ea1
Parent: 254b309
Committed by Victor Stinner <vstinner@redhat.com> on 4/29/2019, 8:38:45 AM