commit | 1f21ae710d83a37c872355612b58958cef4d5f95 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon May 28 09:04:09 2018 -0700 |
committer | Yury Selivanov <yury@magic.io> | Mon May 28 12:04:09 2018 -0400 |
tree | be3ee424127e334e124dc39c7d90f878d1425a6d | |
parent | 51d0a2c8ddcb9f58d71ff0a62be4e31a1af3f139 [diff] |
bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149) (GH-7153) Fixed bug where calling write_eof() on a _SelectorSocketTransport after it's already closed raises AttributeError. (cherry picked from commit 23f587e395e41bd5e116312b036183f42bc4159b) Co-authored-by: twisteroid ambassador <twisteroidambassador@users.noreply.github.com>