]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-153761: Fix asyncio sock_accept() dropping a connection when cancelled...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 24 Jul 2026 11:31:10 +0000 (13:31 +0200)
committerGitHub <noreply@github.com>
Fri, 24 Jul 2026 11:31:10 +0000 (14:31 +0300)
commit5bf6a7449f4a7a796a034bebaf0f65da762b128a
tree06250a17bcceb6bbfb4f008608e21206db3e3388
parentaed19a7cd3bae1cbbf8b1069e6bbf85147b844eb
[3.15] gh-153761: Fix asyncio sock_accept() dropping a connection when cancelled (GH-153762) (#153829)

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]