]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151615: Avoid repeated reschedule in asyncio _accept_connection (#151616)
authorTimofei <128279579+deadlovelll@users.noreply.github.com>
Sun, 12 Jul 2026 10:08:32 +0000 (13:08 +0300)
committerGitHub <noreply@github.com>
Sun, 12 Jul 2026 10:08:32 +0000 (15:38 +0530)
commit6081d166f191752c4dd17b5c6037bcf446c8dfb9
tree0e3a46bff861d92930c08a546c2b27db3b9a6dcb
parent0023d5b23df09f18425fea9b9c54a37ba050d5cf
gh-151615: Avoid repeated reschedule in asyncio _accept_connection (#151616)

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/2026-06-18-00-39-58.gh-issue-151615.PBsCE1.rst [new file with mode: 0644]