mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
"python -X showrefcount" now shows the total reference count after clearing and destroyed the main Python interpreter. Previously, it was shown before. Py_FinalizeEx() now calls _PyDebug_PrintTotalRefs() after finalize_interp_delete().
Miscellaneous source files for the main Python shared library