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 jess.j, vstinner
Date 2018-12-14.20:11:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544818264.77.0.788709270274.issue35502@psf.upfronthosting.co.za>
In-reply-to
Content
I wrote attached run.py which confirms a leak using tracemalloc:

$ python3 run.py 
1 calls: 15.3B / call (total: 15.3 kB)
100 calls: 15.3B / call (total: 1527.7 kB)
1000 calls: 15.3B / call (total: 15265.0 kB)
History
Date User Action Args
2018-12-14 20:11:04vstinnersetrecipients: + vstinner, jess.j
2018-12-14 20:11:04vstinnersetmessageid: <1544818264.77.0.788709270274.issue35502@psf.upfronthosting.co.za>
2018-12-14 20:11:04vstinnerlinkissue35502 messages
2018-12-14 20:11:04vstinnercreate