Message342457
| 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:05 | asvetlov | set | recipients: + asvetlov |
| 2019-05-14 12:35:05 | asvetlov | set | messageid: <1557837305.49.0.626105934017.issue36916@roundup.psfhosted.org> |
| 2019-05-14 12:35:05 | asvetlov | link | issue36916 messages |
| 2019-05-14 12:35:05 | asvetlov | create | |