]> granicus.if.org Git - python/commit
Issue #15756: subprocess.poll() now properly handles errno.ECHILD to
authorGregory P. Smith <greg@krypto.org>
Sat, 29 Sep 2012 19:02:48 +0000 (12:02 -0700)
committerGregory P. Smith <greg@krypto.org>
Sat, 29 Sep 2012 19:02:48 +0000 (12:02 -0700)
commit0798cbc1df56e7e681acac755a59d80a6ff60a9b
tree7e63689b9c52d5894912f403967ace6faaca180c
parent218a8ab5eb6233cab176e69c1109d5b65cd04fbe
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