New submission from Andrew Svetlov <andrew.svet...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue36916>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to