]> granicus.if.org Git - python/commit
bpo-33769: start_tls: Fix error message; cancel callbacks on error (GH-7403) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 5 Jun 2018 14:18:20 +0000 (07:18 -0700)
committerYury Selivanov <yury@magic.io>
Tue, 5 Jun 2018 14:18:20 +0000 (10:18 -0400)
commit79c7e57c46a9e5ae2b99a821e152f334b775df2d
treeae2c54431490393d1bbaf911f8af90c357d0bcf8
parentffd72acc508bbc994812cefbfb9532d3be2ab737
bpo-33769: start_tls: Fix error message; cancel callbacks on error (GH-7403) (GH-7428)

In addition to that, mark SSLTransport as "closed" in its "abort()" method to prevent bogus warnings.
(cherry picked from commit 415bc46a78e785f357c8960ae70f18a6b6cccbb6)

Co-authored-by: Yury Selivanov <yury@magic.io>
Lib/asyncio/base_events.py
Lib/asyncio/sslproto.py
Misc/NEWS.d/next/Library/2018-06-04-13-46-39.bpo-33769.D_pxYz.rst [new file with mode: 0644]