[issue42526] Exceptions in asyncio.Server callbacks are not retrievable

Andrew Svetlov report at bugs.python.org
Tue Dec 1 10:49:54 EST 2020


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

This is a deliberate decision.
An exception in handling one client connection should not break another connected client.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42526>
_______________________________________


More information about the Python-bugs-list mailing list