blob: 6f0975107fa281afe352f46e6083e0973f02f441 [file] [log] [blame]
Joannah Nanjekyef781d202019-04-29 04:38:45 -04001:c:func:`PyEval_AcquireLock` and :c:func:`PyEval_AcquireThread` now
2terminate the current thread if called while the interpreter is
3finalizing, making them consistent with :c:func:`PyEval_RestoreThread`,
4:c:func:`Py_END_ALLOW_THREADS`, and :c:func:`PyGILState_Ensure`.