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 terry.reedy, vstinner
Date 2017-08-07.20:12:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I confirm that test_idle doesn't leak anymore:

$ ./python -m test -R 3:3 -u all test_idle 
1 test OK.
History
Date User Action Args
2017-08-07 20:12:38vstinnersetrecipients: + vstinner, terry.reedy
2017-08-07 20:12:38vstinnersetmessageid: <[email protected]>
2017-08-07 20:12:38vstinnerlinkissue31130 messages
2017-08-07 20:12:38vstinnercreate