[3.6] bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149) by miss-islington · Pull Request #7154 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Merged
Merged
Conversation
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
…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>
bedevere-bot
mentioned this pull request
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting review
label
miss-islington
commented
May 28, 2018
miss-islington commented
Contributor Author
@twisteroidambassador and @1st1: Backport status check is done, and it's a success ✅ .
1st1
merged commit
7e8819a
into
python:3.6
bedevere-bot
commented
May 28, 2018
bedevere-bot commented
@1st1: Please replace # with GH- in the commit message next time. Thanks!
miss-islington
commented
May 28, 2018
miss-islington commented
Contributor Author
Thanks, @1st1!
bedevere-bot
removed
the
awaiting review
label
miss-islington
deleted the
backport-23f587e-3.6
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment