]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-153133: Fix socket leak in error path of asyncio create_connection (#153134)
authorTimofei <128279579+deadlovelll@users.noreply.github.com>
Tue, 7 Jul 2026 19:23:17 +0000 (22:23 +0300)
committerGitHub <noreply@github.com>
Tue, 7 Jul 2026 19:23:17 +0000 (00:53 +0530)
commit374920a23d49130f446fe6369220bc548be57cd2
tree572d071a038bab185dbf951a70ab582a10b2e18d
parenta74280e6696125acb7628facc577d0f975c4d69e
gh-153133: Fix socket leak in error path of asyncio create_connection (#153134)
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]