◐ Shell
clean mode source ↗

[3.6] bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149) by miss-islington · Pull Request #7154 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

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

Sign up

Appearance settings

Conversation

@miss-islington

@miss-islington miss-islington commented

May 28, 2018

edited by bedevere-bot

Loading

Copy link Copy Markdown

Contributor

Fixed bug where calling write_eof() on a _SelectorSocketTransport after
it's already closed raises AttributeError.
(cherry picked from commit 23f587e)

Co-authored-by: twisteroid ambassador twisteroidambassador@users.noreply.github.com

https://bugs.python.org/issue31647

…ythonGH-7149)

Fixed bug where calling write_eof() on a _SelectorSocketTransport after
it's already closed raises AttributeError.
(cherry picked from commit 23f587e)

Co-authored-by: twisteroid ambassador <twisteroidambassador@users.noreply.github.com>

@miss-islington

Copy link Copy Markdown

Contributor Author

@twisteroidambassador and @1st1: Backport status check is done, and it's a success ✅ .

@1st1 1st1 merged commit 7e8819a into python:3.6

May 28, 2018

@bedevere-bot

Copy link Copy Markdown

@1st1: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington

Copy link Copy Markdown

Contributor Author

Thanks, @1st1!

@miss-islington miss-islington deleted the backport-23f587e-3.6 branch

May 28, 2018 20:25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@miss-islington @bedevere-bot @1st1 @the-knights-who-say-ni @twisteroidambassador