]> granicus.if.org Git - python/commit
bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2006)
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 8 Jun 2017 16:34:30 +0000 (18:34 +0200)
committerGitHub <noreply@github.com>
Thu, 8 Jun 2017 16:34:30 +0000 (18:34 +0200)
commite5bdad2201de45c203037e59491e4fea56def56d
tree7a24d825a76eea6def464ecba34bc4324c8c9d28
parentfe681397dc66e2bc7b5baf02cb4f22a1005c6400
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)
Lib/subprocess.py
Misc/NEWS