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 brett.cannon, pitrou, vstinner, zach.ware
Date 2017-08-31.22:55:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504220111.72.0.576106250537.issue31217@psf.upfronthosting.co.za>
In-reply-to
Content
leak2.py: script based on my leak.py and Antoine's test_haypoleak.py.

If you replace "if 0:" with "if 1:", it seems like the test doesn't anymore.

It seems like the "leak" is the call to sys.getallocatedblocks() which creates a new integer, and the integer is kept alive between two loop iterations.

Maybe I missed something.
History
Date User Action Args
2017-08-31 22:55:11vstinnersetrecipients: + vstinner, brett.cannon, pitrou, zach.ware
2017-08-31 22:55:11vstinnersetmessageid: <1504220111.72.0.576106250537.issue31217@psf.upfronthosting.co.za>
2017-08-31 22:55:11vstinnerlinkissue31217 messages
2017-08-31 22:55:11vstinnercreate