Issue 30244: Emit a ResourceWarning in concurrent.futures executor destructors (original) (raw)

Issue30244

Created on 2017-05-03 07:18 by vstinner, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (1)
msg292849 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2017-05-03 07:18
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
2022-04-11 14:58:46 admin set github: 74430
2018-09-19 23:11:41 vstinner set status: open -> closedresolution: out of datestage: resolved
2017-05-03 07🔞07 vstinner create