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 mdengler, ncoghlan, sbt, schlamar, vstinner
Date 2015-12-13.20:49:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450039775.54.0.783543651197.issue20954@psf.upfronthosting.co.za>
In-reply-to
Content
The fix for Lib/subprocess.py looks good to me, but the test doesn't fail without the fix, so the test doesn't look good to me:

$ ./python -m test.regrtest -v test_multiprocessing_subprocess

At least, the test doesn't ensure that the bug is fixed.
History
Date User Action Args
2015-12-13 20:49:35vstinnersetrecipients: + vstinner, ncoghlan, schlamar, sbt, mdengler
2015-12-13 20:49:35vstinnersetmessageid: <1450039775.54.0.783543651197.issue20954@psf.upfronthosting.co.za>
2015-12-13 20:49:35vstinnerlinkissue20954 messages
2015-12-13 20:49:35vstinnercreate