]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98539: Make _SSLTransportProtocol.abort() safe to call when closed (#104474)
authorSam Bull <git@sambull.org>
Sun, 14 May 2023 18:58:13 +0000 (19:58 +0100)
committerGitHub <noreply@github.com>
Sun, 14 May 2023 18:58:13 +0000 (11:58 -0700)
commitfb8739f0b6291fb048a94d6312f59ba4d10a20ca
tree3c62c4831356e09922d409663ce914d770f1091e
parent88c5c586708dcff369c49edae947d487a80f0346
gh-98539: Make _SSLTransportProtocol.abort() safe to call when closed (#104474)
Lib/asyncio/sslproto.py