| commit | ea38e436fe1e585fb8c1f0badf5482f525b7f9ff | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <vstinner@python.org> | Fri Jan 21 13:05:26 2022 +0100 |
| committer | GitHub <noreply@github.com> | Fri Jan 21 13:05:26 2022 +0100 |
| tree | 6ec2a9fba659376e62c80b2f596479de4c0a4793 | |
| parent | 54610bb448a9cf5be77d53b66169fca4c11be6cb [diff] |
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().