Message 292849 - Python tracker

Message292849

Author vstinner
Recipients vstinner, xiang.zhang
Date 2017-05-03.07:18:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493795887.73.0.860969778348.issue30244@psf.upfronthosting.co.za>
In-reply-to
Content
Follow-up of issues:
* issue #30110: test_asyncio reports reference leak, forgot to shutdown concurrent.futures.ProcessPoolExecutor()
* issue #30171: Emit ResourceWarning in multiprocessing Queue destructor

I propose to emit a ResourceWarning warning in concurrent.futures executor destructor if it wasn't cleaned up properly, if shutdown() wasn't called.
History
Date User Action Args
2017-05-03 07:18:07vstinnersetrecipients: + vstinner, xiang.zhang
2017-05-03 07:18:07vstinnersetmessageid: <1493795887.73.0.860969778348.issue30244@psf.upfronthosting.co.za>
2017-05-03 07:18:07vstinnerlinkissue30244 messages
2017-05-03 07:18:07vstinnercreate