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:07 | vstinner | set | recipients: + vstinner, xiang.zhang |
| 2017-05-03 07:18:07 | vstinner | set | messageid: <1493795887.73.0.860969778348.issue30244@psf.upfronthosting.co.za> |
| 2017-05-03 07:18:07 | vstinner | link | issue30244 messages |
| 2017-05-03 07:18:07 | vstinner | create | |