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 vstinner, xiang.zhang
Date 2017-05-03.07:18:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
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: <[email protected]>
2017-05-03 07:18:07vstinnerlinkissue30244 messages
2017-05-03 07:18:07vstinnercreate