mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
7eee5beaf8
* 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