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-24.18:09:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500919752.03.0.913723185679.issue26762@psf.upfronthosting.co.za>
In-reply-to
Content
PR 2850 + PR 2849 (of bpo-31019) fix most dangling process/thread, but one specific test still leaks:

test.test_multiprocessing_spawn.WithProcessesTestPool.test_traceback

I will try to fix it once other bugs are fixed.
History
Date User Action Args
2017-07-24 18:09:12vstinnersetrecipients: + vstinner, pitrou, martin.panter, serhiy.storchaka, davin
2017-07-24 18:09:12vstinnersetmessageid: <1500919752.03.0.913723185679.issue26762@psf.upfronthosting.co.za>
2017-07-24 18:09:12vstinnerlinkissue26762 messages
2017-07-24 18:09:11vstinnercreate