mirror of
https://github.com/python/cpython.git
synced 2026-01-29 06:06:01 +00: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