]> granicus.if.org Git - python/commit
bpo-33769: start_tls: Fix error message; cancel callbacks on error (GH-7403)
authorYury Selivanov <yury@magic.io>
Tue, 5 Jun 2018 12:59:58 +0000 (08:59 -0400)
committerGitHub <noreply@github.com>
Tue, 5 Jun 2018 12:59:58 +0000 (08:59 -0400)
commit415bc46a78e785f357c8960ae70f18a6b6cccbb6
tree9b99fb2ad8eb0d343d1e3c8e061881ed5e657b9d
parente9e397605789b2a67b67558fbbe756b7b88934f5
bpo-33769: start_tls: Fix error message; cancel callbacks on error (GH-7403)

In addition to that, mark SSLTransport as "closed" in its "abort()" method to prevent bogus warnings.
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]