]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127529: Correct asyncio's `accept_connection` behaviour for handling `ConnectionAb...
authorjb2170 <email@jb2170.com>
Fri, 3 Jan 2025 10:32:36 +0000 (10:32 +0000)
committerGitHub <noreply@github.com>
Fri, 3 Jan 2025 10:32:36 +0000 (10:32 +0000)
commit830e10651b1f45cd0af36ff611397b9f53171220
tree3984d016964a91bdfa4b158b593c0ff494afcfd2
parentbb2dfadb9221fa3035fda42a2c153c831013e3d3
gh-127529: Correct asyncio's `accept_connection` behaviour for handling `ConnectionAbortedError` (#127532)

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]