Skip to content

bpo-31160: Enhance support.reap_children()#3036

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:reap_children
Aug 10, 2017
Merged

bpo-31160: Enhance support.reap_children()#3036
vstinner merged 1 commit into
python:masterfrom
vstinner:reap_children

Conversation

@vstinner

@vstinner vstinner commented Aug 9, 2017

Copy link
Copy Markdown
Member
  • 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

https://bugs.python.org/issue31160

@vstinner vstinner changed the title Enhance support.reap_children() bpo-31160: Enhance support.reap_children() Aug 9, 2017
* 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
@vstinner vstinner merged commit b501147 into python:master Aug 10, 2017
@vstinner vstinner deleted the reap_children branch August 10, 2017 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants