diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-10-05 13:32:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-05 13:32:53 (GMT) |
commit | 11045c9d8a21dd9bd182a3939189db02815f9783 (patch) | |
tree | 903e5118d74be3c25744c69080f5ceca44283da6 /Lib/asyncio | |
parent | c1c47c166b1012d34f2c6e111ee9ccb5c4d12de7 (diff) | |
download | cpython-11045c9d8a21dd9bd182a3939189db02815f9783.zip cpython-11045c9d8a21dd9bd182a3939189db02815f9783.tar.gz cpython-11045c9d8a21dd9bd182a3939189db02815f9783.tar.bz2 |
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.
Diffstat (limited to 'Lib/asyncio')
0 files changed, 0 insertions, 0 deletions