commit | b319d09ee4427aac1ee8f298692127d34ef57dc0 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Jun 08 23:14:07 2017 +0200 |
committer | GitHub <noreply@github.com> | Thu Jun 08 23:14:07 2017 +0200 |
tree | b5503ba4dd4b99cce2871f74669bb1a2bc63aefd | |
parent | 31b950ab86f5c99a18c16dbf1900b854b94e0659 [diff] |
bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2004) On Windows, subprocess.Popen.communicate() now also ignore EINVAL on stdin.write() if the child process is still running but closed the pipe. (cherry picked from commit d52aa31378ae43e044a300edfe8285954c167216)