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
Date 2018-06-21.11:02:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529578972.56.0.56676864532.issue33929@psf.upfronthosting.co.za>
In-reply-to
Content
The following test leaks 5 open handles when checking for leaks using my PR 7827:

test.test_multiprocessing_spawn.WithProcessesTestProcess.test_many_processes

Command to reproduce the leak (using my PR 7827):

python -m test -R 3:3 test_multiprocessing_spawn -m test.test_multiprocessing_spawn.WithProcessesTestProcess.test_many_processes
History
Date User Action Args
2018-06-21 11:02:52vstinnersetrecipients: + vstinner
2018-06-21 11:02:52vstinnersetmessageid: <1529578972.56.0.56676864532.issue33929@psf.upfronthosting.co.za>
2018-06-21 11:02:52vstinnerlinkissue33929 messages
2018-06-21 11:02:52vstinnercreate