]> granicus.if.org Git - python/commit
bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2004)
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 8 Jun 2017 21:14:07 +0000 (23:14 +0200)
committerGitHub <noreply@github.com>
Thu, 8 Jun 2017 21:14:07 +0000 (23:14 +0200)
commitb319d09ee4427aac1ee8f298692127d34ef57dc0
treeb5503ba4dd4b99cce2871f74669bb1a2bc63aefd
parent31b950ab86f5c99a18c16dbf1900b854b94e0659
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)
Lib/subprocess.py
Misc/NEWS