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 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:02vstinnersetrecipients: + vstinner, paul.moore, pitrou, tim.golden, zach.ware, steve.dower, davin
2018-06-26 11:55:02vstinnersetmessageid: <1530014102.79.0.56676864532.issue33966@psf.upfronthosting.co.za>
2018-06-26 11:55:02vstinnerlinkissue33966 messages
2018-06-26 11:55:02vstinnercreate