]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] GH-110894: Call loop exception handler for exceptions in client_connected_cb...
authorKumar Aditya <kumaraditya@python.org>
Thu, 2 Nov 2023 08:18:49 +0000 (13:48 +0530)
committerGitHub <noreply@github.com>
Thu, 2 Nov 2023 08:18:49 +0000 (08:18 +0000)
commit9aa88290d82e2808eed84e7a63d0bf9623f84f53
tree16998db48c9582155cb69b515c3f31c4e29199a8
parent99f0dd88b1ef8309a4e2a23a51bb47e18e1d81f3
[3.12] GH-110894: Call loop exception handler for exceptions in client_connected_cb (GH-111601) (#111632)

Call loop exception handler for exceptions in `client_connected_cb` of `asyncio.start_server` so that applications can handle it..
(cherry picked from commit 229f44d353c71185414a072017f46f125676bdd6)
Lib/asyncio/streams.py
Lib/test/test_asyncio/test_streams.py
Misc/NEWS.d/next/Library/2023-11-01-14-03-24.gh-issue-110894.7-wZxC.rst [new file with mode: 0644]