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, martin.panter, pitrou, serhiy.storchaka, vstinner
Date 2017-07-25.01:05:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500944743.71.0.0704000174628.issue26762@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, I pushed 3 changes. Only one test still has a minor issue:

test.test_multiprocessing_spawn.WithProcessesTestPool.test_context

The bpo-31019 fixes it.

Later, we will be able to modify ManagerMixin.tearDownClass() to emit a warning immediately if a manager leaks a process, and not have this kind loop to sleep until all processes completed.
History
Date User Action Args
2017-07-25 01:05:43vstinnersetrecipients: + vstinner, pitrou, martin.panter, serhiy.storchaka, davin
2017-07-25 01:05:43vstinnersetmessageid: <1500944743.71.0.0704000174628.issue26762@psf.upfronthosting.co.za>
2017-07-25 01:05:43vstinnerlinkissue26762 messages
2017-07-25 01:05:43vstinnercreate