This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients corona10, erlendaasland, petr.viktorin, phsilva, shihai1991, vstinner
Date 2022-01-20.22:17:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642717076.53.0.493804899126.issue46417@roundup.psfhosted.org>
In-reply-to
Content
I checked with Valgrind the affect of PR 30645.

main branch:

==330902== LEAK SUMMARY:
==330902==      possibly lost: 29,128 bytes in 494 blocks
==330902==    still reachable: 353,615 bytes in 3,577 blocks

With the PR:

==332161== LEAK SUMMARY:
==332161==      possibly lost: 24,456 bytes in 417 blocks
==332161==    still reachable: 337,223 bytes in 3,423 blocks

It frees 21,064 bytes (20 kB) in Py_Finalize().
History
Date User Action Args
2022-01-20 22:17:56vstinnersetrecipients: + vstinner, phsilva, petr.viktorin, corona10, shihai1991, erlendaasland
2022-01-20 22:17:56vstinnersetmessageid: <1642717076.53.0.493804899126.issue46417@roundup.psfhosted.org>
2022-01-20 22:17:56vstinnerlinkissue46417 messages
2022-01-20 22:17:56vstinnercreate