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, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-06-27.15:28:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530113287.98.0.56676864532.issue30356@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.7 terminates the manager process if it takes longer than 200 ms to stop (Python 3 uses a limit of 1 second), but test_multiprocessing doesn't test the exit code of the manager process and so Python 2.7 is not impacted by this bug.
History
Date User Action Args
2018-06-27 15:28:07vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, davin
2018-06-27 15:28:07vstinnersetmessageid: <1530113287.98.0.56676864532.issue30356@psf.upfronthosting.co.za>
2018-06-27 15:28:07vstinnerlinkissue30356 messages
2018-06-27 15:28:07vstinnercreate