]> granicus.if.org Git - python/commit
Issue #29335: Fix subprocess.Popen.wait() when the child process has
authorGregory P. Smith <greg@krypto.org>
Mon, 23 Jan 2017 06:38:28 +0000 (22:38 -0800)
committerGregory P. Smith <greg@krypto.org>
Mon, 23 Jan 2017 06:38:28 +0000 (22:38 -0800)
commitf0739cbfe79ac48a20c612e20d5bf71162da7909
tree0d5c97dca2a16763ce4b10abd20f8ad39f4ab201
parent1b31d284e1d932542d71150c32879336204912b1
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