[New-bugs-announce] [issue36916] Swallow unhandled exception report introduced by 36802

Andrew Svetlov report at bugs.python.org
Tue May 14 08:35:05 EDT 2019


New submission from Andrew Svetlov <andrew.svetlov at gmail.com>:

In #36802 when old-style writer.write() is used without awaiting and an exception is raised from writer.drain() method asyncio reports about the unhandled exception.

The proposed fix adds a done callback to task for swallowing the exception in such case.

----------
messages: 342457
nosy: asvetlov
priority: normal
severity: normal
status: open
title: Swallow unhandled exception report introduced by 36802

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


More information about the New-bugs-announce mailing list