]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-109534: fix reference leak when SSL handshake fails (GH-114074) (#114830)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 1 Feb 2024 00:59:17 +0000 (01:59 +0100)
committerGitHub <noreply@github.com>
Thu, 1 Feb 2024 00:59:17 +0000 (00:59 +0000)
commitef2ba9a00757cc7bcf8f7b27afd0e9a634967f7c
tree579383e9d4277a376c6a09cb244758b0f48d68ef
parentfe0f544f33adf6128400f103187ba9f3cee13549
[3.11] gh-109534: fix reference leak when SSL handshake fails (GH-114074) (#114830)

gh-109534: fix reference leak when SSL handshake fails (GH-114074)
(cherry picked from commit 80aa7b3688b8fdc85cd53d4113cb5f6ce5500027)

Co-authored-by: Jamie Phan <jamie@ordinarylab.dev>
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]