Skip to content

[3.6] bpo-30418: Popen.communicate() always ignore EINVAL (#2002)#2004

Merged
vstinner merged 1 commit intopython:3.6from
vstinner:einval36
Jun 8, 2017
Merged

[3.6] bpo-30418: Popen.communicate() always ignore EINVAL (#2002)#2004
vstinner merged 1 commit intopython:3.6from
vstinner:einval36

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Jun 8, 2017

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 d52aa31)

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 d52aa31)
@vstinner vstinner merged commit b319d09 into python:3.6 Jun 8, 2017
@vstinner vstinner deleted the einval36 branch June 8, 2017 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants