mirror of
https://github.com/python/cpython.git
synced 2026-08-11 16:28:53 +08:00
Py_FinalizeEx() now clears _PyRuntime.warnings variables and _PyRuntime.exitfuncs. Changes: * Add _PyWarnings_Fini(): called by Py_FinalizeEx() * call_ll_exitfuncs() now clears _PyRuntime.exitfuncs while iterating on it (on backward order).
Miscellaneous source files for the main Python shared library