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 arigo, vstinner, xiang.zhang
Date 2017-07-19.09:46:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
On Python 3.6+, regrtest is able to detect file descriptor leaks when using --huntrleaks. Is someone interested to backport this feature to 3.5 and/or 2.7 which would mean fix all FD leaks in our test suite?

If someone wants to work on that, I would suggest to first fix all bugs, and when the test suite is fine: modify regrtest.
History
Date User Action Args
2017-07-19 09:46:48vstinnersetrecipients: + vstinner, arigo, xiang.zhang
2017-07-19 09:46:47vstinnersetmessageid: <[email protected]>
2017-07-19 09:46:47vstinnerlinkissue30966 messages
2017-07-19 09:46:47vstinnercreate