Skip to content

[3.6] bpo-30319: socket.close() now ignores ECONNRESET (#2565) #2566

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 4, 2017
Merged

[3.6] bpo-30319: socket.close() now ignores ECONNRESET (#2565) #2566

merged 1 commit into from
Jul 4, 2017

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Jul 4, 2017

socket.close() was modified in Python 3.6 to raise OSError on
failure: see bpo-26685.
(cherry picked from commit 67e1478)

socket.close() was modified in Python 3.6 to raise OSError on
failure: see bpo-26685.
(cherry picked from commit 67e1478)
@vstinner vstinner merged commit 580cd5c into python:3.6 Jul 4, 2017
@vstinner vstinner deleted the socket_close36 branch July 4, 2017 14:46
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