Skip to content

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

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

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

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 df04c08 into python:3.5 Jun 8, 2017
@vstinner vstinner deleted the 3.5 branch June 8, 2017 16:20
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