This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tmewett
Recipients asvetlov, tmewett, yselivanov
Date 2020-12-01.17:55:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606845306.16.0.610024670222.issue42526@roundup.psfhosted.org>
In-reply-to
Content
How do you suggest one might test code in a Server callback with asyncio?

Of course, I don't want any old exception to affect another client connection,
only an exception which is uncaught up to the handler coro. And I'm not
suggesting that it happen by default, only that it be possible.

With this, the behaviour would perfectly align with the asyncio.gather
functionality, and its 'return_exceptions' kwarg.
History
Date User Action Args
2020-12-01 17:55:06tmewettsetrecipients: + tmewett, asvetlov, yselivanov
2020-12-01 17:55:06tmewettsetmessageid: <1606845306.16.0.610024670222.issue42526@roundup.psfhosted.org>
2020-12-01 17:55:06tmewettlinkissue42526 messages
2020-12-01 17:55:05tmewettcreate