]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-153761: Fix asyncio sock_accept() dropping a connection when cancelled...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 18 Jul 2026 14:05:44 +0000 (16:05 +0200)
committerGitHub <noreply@github.com>
Sat, 18 Jul 2026 14:05:44 +0000 (19:35 +0530)
commit388e72f5485f8a3bb5f90cf2db277188dc2b1f48
treeed0d0c654cb17857e83ee919493b49b8be5386fd
parent9fcc97f97d16a900ffc829b3794c840cc71498bc
[3.14] gh-153761: Fix asyncio sock_accept() dropping a connection when cancelled (GH-153762) (#153828)

gh-153761: Fix asyncio sock_accept() dropping a connection when cancelled (GH-153762)
(cherry picked from commit b090d06e7331c40b3c94e70b35a09f785b279e17)

Co-authored-by: Timofei <128279579+deadlovelll@users.noreply.github.com>
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/test_sock_lowlevel.py
Misc/NEWS.d/next/Library/2026-07-15-14-24-18.gh-issue-153761.8jqs67.rst [new file with mode: 0644]