]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD
authorGregory P. Smith <greg@krypto.org>
Sat, 29 Sep 2012 18:40:38 +0000 (11:40 -0700)
committerGregory P. Smith <greg@krypto.org>
Sat, 29 Sep 2012 18:40:38 +0000 (11:40 -0700)
commit3905171f1ea778c60c74dd4b0318b894eda94d7f
tree1ff7802b4526cf3c617b89fa9c0ca3974627db67
parent53202504852bc97fc70c5715e936d22c5c5ba1e1
Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD
to return a returncode of 0 when the child has already exited or cannot
be waited on.
Lib/subprocess.py
Lib/test/subprocessdata/sigchild_ignore.py
Misc/NEWS