SIGN IN SIGN UP

bpo-46417: Call _PyDebug_PrintTotalRefs() later (GH-30744)

"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().
V
Victor Stinner committed
ea38e436fe1e585fb8c1f0badf5482f525b7f9ff
Parent: 54610bb
Committed by GitHub <noreply@github.com> on 1/21/2022, 12:05:26 PM