Skip to content

[3.6] bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149)#7154

Merged
1st1 merged 1 commit intopython:3.6from
miss-islington:backport-23f587e-3.6
May 28, 2018
Merged

[3.6] bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149)#7154
1st1 merged 1 commit intopython:3.6from
miss-islington:backport-23f587e-3.6

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented May 28, 2018

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants