[New-bugs-announce] [issue31160] Enhance support.reap_children()

STINNER Victor report at bugs.python.org
Wed Aug 9 08:50:03 EDT 2017


New submission from STINNER Victor:

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

----------
messages: 299996
nosy: haypo
priority: normal
pull_requests: 3073
severity: normal
status: open
title: Enhance support.reap_children()

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31160>
_______________________________________


More information about the New-bugs-announce mailing list