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 vstinner
Date 2017-08-09.12:50:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502283003.36.0.514915057261.issue31160@psf.upfronthosting.co.za>
In-reply-to
Content
Attached PR enhances the support.reap_children() function:

* reap_children() now sets environment_altered to True to detect bugs using python3 -m test --fail-env-changed
* Replace bare "except:" with "except OSError:" in reap_children()
* Write an unit test for reap_children() using a timeout of 60 seconds
History
Date User Action Args
2017-08-09 12:50:03vstinnersetrecipients: + vstinner
2017-08-09 12:50:03vstinnersetmessageid: <1502283003.36.0.514915057261.issue31160@psf.upfronthosting.co.za>
2017-08-09 12:50:03vstinnerlinkissue31160 messages
2017-08-09 12:50:03vstinnercreate