]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-127529: Correct asyncio's `accept_connection` behaviour for handling `Conne...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 15 Dec 2025 05:44:52 +0000 (06:44 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Dec 2025 05:44:52 +0000 (05:44 +0000)
commit18bd88f8996366141859aba243f449e328e0ac4f
tree38ca74352870296746f81cf2238725e93cfb8998
parent5569ffedd89f3dcdaffb83f5d6048d167871b625
[3.13] gh-127529: Correct asyncio's `accept_connection` behaviour for handling `ConnectionAbortedError` (GH-127532) (#142738)

gh-127529: Correct asyncio's `accept_connection` behaviour for handling `ConnectionAbortedError` (GH-127532)
(cherry picked from commit 830e10651b1f45cd0af36ff611397b9f53171220)

Co-authored-by: jb2170 <email@jb2170.com>
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/2024-12-02-19-13-19.gh-issue-127529.Pj1Xtf.rst [new file with mode: 0644]