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-26.02:53:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501037602.79.0.457895967014.issue26762@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, now test_multiprocessing_spawn should not "leak" processes nor threads anymore. I fixed Python 3.6 and master. I close the issue.

I don't think that it's worth it to fix tests in 2.7, and 3.5 is entering security-only mode.

Note: I will backport bpo-31019 to Python 2.7, since this issue changes the code, not tests.
History
Date User Action Args
2017-07-26 02:53:22vstinnersetrecipients: + vstinner, pitrou, martin.panter, serhiy.storchaka, davin
2017-07-26 02:53:22vstinnersetmessageid: <1501037602.79.0.457895967014.issue26762@psf.upfronthosting.co.za>
2017-07-26 02:53:22vstinnerlinkissue26762 messages
2017-07-26 02:53:22vstinnercreate