Skip to content

Conversation

@vstinner
Copy link
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)
@codecov
Copy link

codecov bot commented Jun 8, 2017

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