]> granicus.if.org Git - python/commit
Fixes issue #14396: Handle the odd rare case of waitpid returning 0 when
authorGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 04:52:29 +0000 (20:52 -0800)
committerGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 04:52:29 +0000 (20:52 -0800)
commit2ec82331b25bb1542113f65c70e41932831fe546
tree7717cff16dfa4fed8facaf855cf176f47445c29c
parent9463e3ac8b230efa2f35e08859cb3db5c6d192b7
Fixes issue #14396: Handle the odd rare case of waitpid returning 0 when
not expected in subprocess.Popen.wait().
Lib/subprocess.py
Misc/NEWS