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

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

Merged
vstinner merged 1 commit into
python:2.7python/cpython:2.7from
vstinner:2.7Copy head branch name to clipboard
Jun 8, 2017
Merged

[2.7] bpo-30418: Popen.communicate() always ignore EINVAL (#2002)#2006
vstinner merged 1 commit into
python:2.7python/cpython:2.7from
vstinner:2.7Copy 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.
(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)
@codecov

codecov Bot commented Jun 8, 2017

Copy link
Copy Markdown

Codecov Report

❗ No coverage uploaded for pull request base (2.7@536209e). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##             2.7    #2006   +/-   ##
======================================
  Coverage       ?   83.67%           
======================================
  Files          ?     1371           
  Lines          ?   347317           
  Branches       ?        0           
======================================
  Hits           ?   290621           
  Misses         ?    56696           
  Partials       ?        0

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 536209e...b70abc2. Read the comment docs.

@vstinner vstinner merged commit e5bdad2 into python:2.7 Jun 8, 2017
@vstinner vstinner deleted the 2.7 branch June 8, 2017 16:34
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

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