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 dstufft, eric.araujo, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-09-08.03:50:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504842631.05.0.833605946988.issue30389@psf.upfronthosting.co.za>
In-reply-to
Content
I'm pretty sure that the commit 05f01d85257d0f3409c7335aaf0bf6a6da7eecb7 introduced this memory leak:

test_distutils leaked [8736, 8740, 8740] references, sum=26216
test_distutils leaked [8640, 8642, 8642] memory blocks, sum=25924

http://buildbot.python.org/all/builders/AMD64%20Windows8.1%20Refleaks%203.x/builds/99/steps/test/logs/stdio
History
Date User Action Args
2017-09-08 03:50:31vstinnersetrecipients: + vstinner, paul.moore, tim.golden, eric.araujo, zach.ware, steve.dower, dstufft
2017-09-08 03:50:31vstinnersetmessageid: <1504842631.05.0.833605946988.issue30389@psf.upfronthosting.co.za>
2017-09-08 03:50:31vstinnerlinkissue30389 messages
2017-09-08 03:50:30vstinnercreate