mirror of
https://github.com/python/cpython.git
synced 2026-05-12 23:49:15 -04:00
b501147980
* 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