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 kbk, roger.serwy, serhiy.storchaka, terry.reedy, vstinner
Date 2014-07-25.15:50:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406303442.24.0.632904724933.issue22068@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like test_idle leaks uncollectable objects.

I modified regrtest to use tracemalloc, I attach the output: tracemalloc.txt. Good luck to find the leaks ;-)
History
Date User Action Args
2014-07-25 15:50:42vstinnersetrecipients: + vstinner, terry.reedy, kbk, roger.serwy, serhiy.storchaka
2014-07-25 15:50:42vstinnersetmessageid: <1406303442.24.0.632904724933.issue22068@psf.upfronthosting.co.za>
2014-07-25 15:50:42vstinnerlinkissue22068 messages
2014-07-25 15:50:42vstinnercreate