]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-153761: Fix asyncio sock_accept() dropping a connection when cancelled... 3.13
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 24 Jul 2026 04:25:28 +0000 (06:25 +0200)
committerGitHub <noreply@github.com>
Fri, 24 Jul 2026 04:25:28 +0000 (09:55 +0530)
commit233022d979da2e75acd76e591ae8e6f22b1f9c7a
tree2ee96c4ae25b50906504a875cb6305649db6cf4d
parentdf984622a25791dbf845745480e865adab5cfcaa
[3.13] gh-153761: Fix asyncio sock_accept() dropping a connection when cancelled (GH-153762) (#153827)

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]