SIGN IN SIGN UP

bpo-31178: Mock os.waitpid() in test_subprocess (#3896)

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.
V
Victor Stinner committed
11045c9d8a21dd9bd182a3939189db02815f9783
Parent: c1c47c1
Committed by GitHub <noreply@github.com> on 10/5/2017, 1:32:53 PM