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 skrah, vstinner
Date 2020-06-07.23:04:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591571061.97.0.971539025369.issue40887@roundup.psfhosted.org>
In-reply-to
Content
> Lists and tuples sometimes leak (starting 69ac6e58f and later):

It's not a regression. It's just that bpo-40521 helped Valgrind to detect such bug :-)

I wrote bpo-20698 to fix this issue.

I'm also working on a more generic approach to ensure that we don't add new objects to free lists after free lists are cleared.
History
Date User Action Args
2020-06-07 23:04:21vstinnersetrecipients: + vstinner, skrah
2020-06-07 23:04:21vstinnersetmessageid: <1591571061.97.0.971539025369.issue40887@roundup.psfhosted.org>
2020-06-07 23:04:21vstinnerlinkissue40887 messages
2020-06-07 23:04:21vstinnercreate