]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90871: fix connection backlog offset in asyncio (gh-134392)
authorChristian Harries <68507104+ChristianHrs@users.noreply.github.com>
Wed, 21 May 2025 13:59:09 +0000 (14:59 +0100)
committerGitHub <noreply@github.com>
Wed, 21 May 2025 13:59:09 +0000 (15:59 +0200)
commit109f7597d29f0b504e9b42cb398b44177157abaa
treeb715a7e66b7cf3051431c4dd5bf3994912339861
parent15a8b5b9bd58a12f28aaee71f36f7224ebee42c0
gh-90871: fix connection backlog offset in asyncio (gh-134392)

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]