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 methane, serhiy.storchaka, vstinner
Date 2019-06-28.16:16:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561738600.52.0.110029133848.issue37329@roundup.psfhosted.org>
In-reply-to
Content
I confirm that my fix works with this manual test. I get "definitely lost: 0 bytes in 0 blocks" as expected:

$ valgrind --suppressions=Misc/valgrind-python.supp ./python -m test.regrtest test___all__
(...)
==23782== LEAK SUMMARY:
==23782==    definitely lost: 0 bytes in 0 blocks
==23782==    indirectly lost: 0 bytes in 0 blocks
==23782==      possibly lost: 17,945,740 bytes in 85,380 blocks
==23782==    still reachable: 283,821 bytes in 475 blocks
==23782==         suppressed: 2,605 bytes in 20 blocks
==23782== Reachable blocks (those to which a pointer was found) are not shown.
History
Date User Action Args
2019-06-28 16:16:40vstinnersetrecipients: + vstinner, methane, serhiy.storchaka
2019-06-28 16:16:40vstinnersetmessageid: <1561738600.52.0.110029133848.issue37329@roundup.psfhosted.org>
2019-06-28 16:16:40vstinnerlinkissue37329 messages
2019-06-28 16:16:40vstinnercreate