]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109534: fix reference leak when SSL handshake fails (#114074)
authorJamie Phan <jamie@ordinarylab.dev>
Thu, 1 Feb 2024 00:42:17 +0000 (07:42 +0700)
committerGitHub <noreply@github.com>
Thu, 1 Feb 2024 00:42:17 +0000 (16:42 -0800)
commit80aa7b3688b8fdc85cd53d4113cb5f6ce5500027
tree721ee4d9118e062dce9c1e682d5c5ff3d1fe28bc
parent7b9d406729e7e7adc482b5b8c920de1874c234d0
gh-109534: fix reference leak when SSL handshake fails (#114074)
Lib/asyncio/selector_events.py
Lib/asyncio/sslproto.py
Misc/NEWS.d/next/Library/2024-01-15-18-42-44.gh-issue-109534.wYaLMZ.rst [new file with mode: 0644]