• Victor Stinner's avatar
    Enhance support.reap_children() (#3036) · b5011479
    Victor Stinner yazdı
    * 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
    b5011479
test_support.py 15.2 KB