]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-90871: fix connection backlog offset in asyncio (gh-134392) (#142739)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 15 Dec 2025 06:12:12 +0000 (07:12 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Dec 2025 06:12:12 +0000 (06:12 +0000)
commit7957bfd1ac2755bab13ca05c8377840aa5c89f8a
treeb8999ebd2371758f3ae08fbd5c8e38d5d065bf9e
parent18bd88f8996366141859aba243f449e328e0ac4f
[3.13] gh-90871: fix connection backlog offset in asyncio (gh-134392) (#142739)

gh-90871: fix connection backlog offset in asyncio (gh-134392)
(cherry picked from commit 109f7597d29f0b504e9b42cb398b44177157abaa)

Co-authored-by: Christian Harries <68507104+ChristianHrs@users.noreply.github.com>
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/test_selector_events.py
Misc/NEWS.d/next/Library/2025-05-20-21-45-58.gh-issue-90871.Gkvtp6.rst [new file with mode: 0644]