]> granicus.if.org Git - python/commit
Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD to
authorGregory P. Smith <greg@krypto.org>
Sat, 29 Sep 2012 18:55:16 +0000 (11:55 -0700)
committerGregory P. Smith <greg@krypto.org>
Sat, 29 Sep 2012 18:55:16 +0000 (11:55 -0700)
commit288d9aec4b7df78cebf47dc8c12b7a93cc1a0faa
tree6875caa4aac01f9b8de98797dffd7ee50184fe87
parent1ed3ffebb9654622dc1089808ff95fadb84eda25
parent02dee1acd8d905a2348e5ed4d9f97cb490e5e255
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.
Misc/NEWS