commit | 229f44d353c71185414a072017f46f125676bdd6 | [log] [tgz] |
---|---|---|
author | Kumar Aditya <kumaraditya@python.org> | Thu Nov 02 13:08:18 2023 +0530 |
committer | GitHub <noreply@github.com> | Thu Nov 02 07:38:18 2023 +0000 |
tree | 0319ee2c69cf53eb87a11b43705f09fc2c695310 | |
parent | 794dff2fb1d9efe73a724640192c34b25f4fae85 [diff] |
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.