mirror of https://github.com/python/cpython
Browse Source
Fix test_exception_errpipe_bad_data() and test_exception_errpipe_normal() of test_subprocess: mock os.waitpid() to avoid calling the real os.waitpid(0, 0) which is an unexpected side effect of the test.pull/3898/head
committed by
GitHub
1 changed files with 8 additions and 4 deletions
Loading…
Reference in new issue