]> granicus.if.org Git - python/commit
Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD
authorGregory P. Smith <greg@krypto.org>
Sat, 29 Sep 2012 18:53:08 +0000 (11:53 -0700)
committerGregory P. Smith <greg@krypto.org>
Sat, 29 Sep 2012 18:53:08 +0000 (11:53 -0700)
commit02dee1acd8d905a2348e5ed4d9f97cb490e5e255
tree36841ec3c83b8a590a9908b783613c9c28c64d48
parentcff1c6f66555ced39ab8c5cff61a0872015dee7a
parent3905171f1ea778c60c74dd4b0318b894eda94d7f
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
Misc/NEWS