Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bpo-30418: Popen.communicate() always ignore EINVAL#2002

Merged
vstinner merged 1 commit into
python:masterpython/cpython:masterfrom
vstinner:subprocess_einvalCopy head branch name to clipboard
Jun 8, 2017
Merged

bpo-30418: Popen.communicate() always ignore EINVAL#2002
vstinner merged 1 commit into
python:masterpython/cpython:masterfrom
vstinner:subprocess_einvalCopy head branch name to clipboard

Conversation

@vstinner

@vstinner vstinner commented Jun 8, 2017

Copy link
Copy Markdown
Member

On Windows, subprocess.Popen.communicate() now also ignore EINVAL
on stdin.write() if the child process is still running but closed the
pipe.

On Windows, subprocess.Popen.communicate() now also ignore EINVAL
on stdin.write() if the child process is still running but closed the
pipe.
@vstinner

vstinner commented Jun 8, 2017

Copy link
Copy Markdown
Member Author

cc @eryksun

@vstinner vstinner merged commit d52aa31 into python:master Jun 8, 2017
@vstinner vstinner deleted the subprocess_einval branch June 8, 2017 15:30
vstinner added a commit that referenced this pull request 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)
vstinner added a commit that referenced this pull request 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)
vstinner added a commit that referenced this pull request 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)
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.

1 participant

Morty Proxy This is a proxified and sanitized view of the page, visit original site.