]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-153761: Fix asyncio sock_accept() dropping a connection when cancelled (#153762)
authorTimofei <128279579+deadlovelll@users.noreply.github.com>
Thu, 16 Jul 2026 06:05:25 +0000 (09:05 +0300)
committerGitHub <noreply@github.com>
Thu, 16 Jul 2026 06:05:25 +0000 (11:35 +0530)
commitb090d06e7331c40b3c94e70b35a09f785b279e17
tree8fdd079e802c437cb43035e42bb9ae3b7a391cc5
parentb4662e8e3b60a264486130a171047c7381f993f0
gh-153761: Fix asyncio sock_accept() dropping a connection when cancelled (#153762)
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]