]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] GH-98539: fix ref cycle in `_SSLProtocolTransport` after close (GH-98540...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 24 Oct 2022 16:26:32 +0000 (09:26 -0700)
committerGitHub <noreply@github.com>
Mon, 24 Oct 2022 16:26:32 +0000 (09:26 -0700)
commitbd8b32b519055b5411e1954698e596d728fc848e
treeee07e661e85b21951557b417083b6caec9411f49
parentc4ad3fce6653020cfe16c2512faedc3be80ed09d
[3.11] GH-98539: fix ref cycle in `_SSLProtocolTransport` after close  (GH-98540) (#98551)

GH-98539: fix ref cycle in `_SSLProtocolTransport` after close  (GH-98540)
(cherry picked from commit 62bf5d8d0a36112619436a813ceefb7e4af52c24)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Lib/asyncio/sslproto.py