]> granicus.if.org Git - python/commitdiff
Issue #29335: Fix subprocess.Popen.wait() when the child process has
authorGregory P. Smith <greg@krypto.org>
Mon, 23 Jan 2017 01:30:28 +0000 (17:30 -0800)
committerGregory P. Smith <greg@krypto.org>
Mon, 23 Jan 2017 01:30:28 +0000 (17:30 -0800)
exited to a stopped instead of terminated state (ex: when under ptrace).

1  2 
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS

Simple merge
Simple merge
diff --cc Misc/NEWS
Simple merge