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 asvetlov
Recipients asvetlov
Date 2019-05-14.12:35:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557837305.49.0.626105934017.issue36916@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-05-14 12:35:05asvetlovsetrecipients: + asvetlov
2019-05-14 12:35:05asvetlovsetmessageid: <1557837305.49.0.626105934017.issue36916@roundup.psfhosted.org>
2019-05-14 12:35:05asvetlovlinkissue36916 messages
2019-05-14 12:35:05asvetlovcreate