]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #29335: Fix subprocess.Popen.wait() when the child process has
authorGregory P. Smith <greg@krypto.org>
Mon, 23 Jan 2017 01:28:38 +0000 (17:28 -0800)
committerGregory P. Smith <greg@krypto.org>
Mon, 23 Jan 2017 01:28:38 +0000 (17:28 -0800)
commit50e16e33af69aca6e908bace793178c8d6ab8272
tree3ec26643b5ae7a72690a998628162e252a2e4a76
parent7fe28ad8375677a6d696271d48783d6c38a74dce
Issue #29335: Fix subprocess.Popen.wait() when the child process has
exited to a stopped instead of terminated state (ex: when under ptrace).
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS