]> 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:29:44 +0000 (17:29 -0800)
committerGregory P. Smith <greg@krypto.org>
Mon, 23 Jan 2017 01:29:44 +0000 (17:29 -0800)
commit78034c81fb0f5b82845533e215f7e5686ce88964
tree006793f296a6f98d4e9c7707b2cfb7d0034532bf
parentb1681189af1157d9b6161c8a3a645c2eb816b415
parent50e16e33af69aca6e908bace793178c8d6ab8272
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