]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-109534: fix reference leak when SSL handshake fails (GH-114074) (#114829)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 1 Feb 2024 01:00:09 +0000 (02:00 +0100)
committerGitHub <noreply@github.com>
Thu, 1 Feb 2024 01:00:09 +0000 (01:00 +0000)
commit0ee6fbaab6888dc0252c497b13a7ba73f5172931
treeffca0e470b16399dd3d10611e4b94e47374d08f0
parent21b68a1198fbfada3d3c11576c0f9676a4cf5978
[3.12] gh-109534: fix reference leak when SSL handshake fails (GH-114074) (#114829)

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]