mirror of
https://github.com/python/cpython.git
synced 2026-08-12 08:16:41 +08:00
* Add _PyEval_FiniThreads2(). _PyEval_FiniThreads() now only clears the pending lock, whereas _PyEval_FiniThreads2() destroys the GIL. * pymain_free() now calls _PyEval_FiniThreads2(). * Py_FinalizeEx() now calls _PyEval_FiniThreads().
Miscellaneous source files for the main Python shared library