mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
* Factorize code in common between Py_FinalizeEx() and Py_EndInterpreter(). * Py_EndInterpreter() now also calls _PyWarnings_Fini(). * Call _PyExc_Fini() and _PyGC_Fini() later in the finalization.
Miscellaneous source files for the main Python shared library