bpo-30418: Popen.communicate() always ignore EINVAL (#2002)
On Windows, subprocess.Popen.communicate() now also ignore EINVAL on stdin.write() if the child process is still running but closed the pipe.
V
Victor Stinner committed
d52aa31378ae43e044a300edfe8285954c167216
Parent: 64505a1
Committed by GitHub <noreply@github.com>
on 6/8/2017, 3:30:39 PM