]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-153133: Fix socket leak in error path of asyncio create_connection (GH... 3.15
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 25 Jul 2026 03:36:48 +0000 (05:36 +0200)
committerGitHub <noreply@github.com>
Sat, 25 Jul 2026 03:36:48 +0000 (03:36 +0000)
commitb4d0b2621a97f8433e25bb88cbd9c815fff7abe0
tree6040bb9a691d5f3d0081243cc24077467b183e5c
parentf188bc38f238d7b0159772d2b2a4f6fa2d255977
[3.15] gh-153133: Fix socket leak in error path of asyncio create_connection (GH-153134) (#154631)

gh-153133: Fix socket leak in error path of asyncio create_connection (GH-153134)
(cherry picked from commit 374920a23d49130f446fe6369220bc548be57cd2)

Co-authored-by: Timofei <128279579+deadlovelll@users.noreply.github.com>
Lib/asyncio/base_events.py
Lib/test/test_asyncio/test_base_events.py
Misc/NEWS.d/next/Library/2026-07-05-17-39-16.gh-issue-153133.kKSH7g.rst [new file with mode: 0644]