mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
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().
Miscellaneous source files for the main Python shared library