Message 320484 - Python tracker
Message320484
| Author | vstinner |
|---|---|
| Recipients | davin, paul.moore, pitrou, steve.dower, tim.golden, vstinner, zach.ware |
| Date | 2018-06-26.11:55:02 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1530014102.79.0.56676864532.issue33966@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Using my PR 7827, the following command shows a leak of 4 Windows handles per run: python -m test -R 3:3 test_multiprocessing_spawn -v -m test.test_multiprocessing_spawn.WithProcessesTestPool.test_traceback See also bpo-33929: test_multiprocessing_spawn: WithProcessesTestProcess.test_many_processes() leaks 5 handles on Windows. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-06-26 11:55:02 | vstinner | set | recipients: + vstinner, paul.moore, pitrou, tim.golden, zach.ware, steve.dower, davin |
| 2018-06-26 11:55:02 | vstinner | set | messageid: <1530014102.79.0.56676864532.issue33966@psf.upfronthosting.co.za> |
| 2018-06-26 11:55:02 | vstinner | link | issue33966 messages |
| 2018-06-26 11:55:02 | vstinner | create | |