commit | e5bdad2201de45c203037e59491e4fea56def56d | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Jun 08 18:34:30 2017 +0200 |
committer | GitHub <noreply@github.com> | Thu Jun 08 18:34:30 2017 +0200 |
tree | 7a24d825a76eea6def464ecba34bc4324c8c9d28 | |
parent | fe681397dc66e2bc7b5baf02cb4f22a1005c6400 [diff] |
bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2006) 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)