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 serhiy.storchaka, vstinner, yselivanov
Date 2016-03-17.11:08:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458212910.74.0.954718494152.issue26567@psf.upfronthosting.co.za>
In-reply-to
Content
I used this patch to identify a ResourceWarning in test_faulthandler when the test is interrupted by CTRL+c: it's really efficient!

I will be very useful to identify all ResourceWarning that I saw in test_asyncio, like the ones seen on the AIX buildbot.
History
Date User Action Args
2016-03-17 11:08:30vstinnersetrecipients: + vstinner, serhiy.storchaka, yselivanov
2016-03-17 11:08:30vstinnersetmessageid: <1458212910.74.0.954718494152.issue26567@psf.upfronthosting.co.za>
2016-03-17 11:08:30vstinnerlinkissue26567 messages
2016-03-17 11:08:30vstinnercreate