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