]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-110894: Call loop exception handler for exceptions in client_connected_cb (#111601)
authorKumar Aditya <kumaraditya@python.org>
Thu, 2 Nov 2023 07:38:18 +0000 (13:08 +0530)
committerGitHub <noreply@github.com>
Thu, 2 Nov 2023 07:38:18 +0000 (07:38 +0000)
commit229f44d353c71185414a072017f46f125676bdd6
tree0319ee2c69cf53eb87a11b43705f09fc2c695310
parent794dff2fb1d9efe73a724640192c34b25f4fae85
GH-110894: Call loop exception handler for exceptions in client_connected_cb (#111601)

Call loop exception handler for exceptions in `client_connected_cb` of `asyncio.start_server` so that applications can handle it.
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]