]> granicus.if.org Git - python/commit
Fixes issue #14396: Handle the odd rare case of waitpid returning 0
authorGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 05:10:31 +0000 (21:10 -0800)
committerGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 05:10:31 +0000 (21:10 -0800)
commitdd0edae1ccef6e0c4ee3338f094ad9d162650360
tree406c67bf85555c552f67723213912a427063b9d4
parent0b83224c0ddcb87e2ea139aba5a1e33d70cc9945
parenta450c5e69ba17bb47e8b3434969218c97cdf1a07
Fixes issue #14396: Handle the odd rare case of waitpid returning 0
when not expected in subprocess.Popen.wait().
Misc/NEWS