]> 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 01:30:28 +0000 (17:30 -0800)
committerGregory P. Smith <greg@krypto.org>
Mon, 23 Jan 2017 01:30:28 +0000 (17:30 -0800)
commit5c8706c04a90bf4a202970bf1b2d32febefdda4f
treed3df151a4c2c89f99362d7d9c96353347d30e0f7
parent2a404b63d48d73bbaa007d89efb7a01048475acd
parent78034c81fb0f5b82845533e215f7e5686ce88964
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