mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
b8998fe2d8
Switches over to a _Py_thread_local in place of autoTssKey, and also fixes a few other checks regarding PyGILState_Ensure after finalization. Note that this doesn't fix concurrent use of PyGILState_Ensure with Py_Finalize; I'm pretty sure zapthreads doesn't work at all, and that needs to be fixed seperately.
Source files for binary executables (as opposed to shared modules)