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.
Showing
Please register or sign in to comment
return a returncode of 0 when the child has already exited or cannot be waited on.