]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-98539: Make _SSLTransportProtocol.abort() safe to call when closed (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 14 May 2023 21:24:07 +0000 (14:24 -0700)
committerGitHub <noreply@github.com>
Sun, 14 May 2023 21:24:07 +0000 (21:24 +0000)
commit1afc0a9591460d85626f26a32ff0c56bcc06b8d8
tree283bf82369c619c9f6e7421deb9857dace4ab265
parent8e79414efcaf3e922a5d7e0eee57a7aeb7b3eea7
[3.11] gh-98539: Make _SSLTransportProtocol.abort() safe to call when closed (GH-104474) (#104485)

(cherry picked from commit fb8739f0b6291fb048a94d6312f59ba4d10a20ca)

Co-authored-by: Sam Bull <git@sambull.org>
Lib/asyncio/sslproto.py