Issue36916
Created on 2019-05-14 12:35 by asvetlov, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 13313 | merged | asvetlov, 2019-05-14 12:37 | |
| Messages (2) | |||
|---|---|---|---|
| msg342457 - (view) | Author: Andrew Svetlov (asvetlov) * | Date: 2019-05-14 12:35 | |
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. |
|||
| msg342481 - (view) | Author: STINNER Victor (vstinner) * | Date: 2019-05-14 16:09 | |
New changeset f12ba7cd0a7370631214ac0b337ab5455ce717b2 by Victor Stinner (Andrew Svetlov) in branch 'master': bpo-36916: asyncio: Swallow unhandled write() exception (GH-13313) https://github.com/python/cpython/commit/f12ba7cd0a7370631214ac0b337ab5455ce717b2 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:15 | admin | set | github: 81097 |
| 2019-05-15 08:06:07 | asvetlov | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2019-05-14 16:09:54 | vstinner | set | nosy:
+ vstinner messages: + msg342481 |
| 2019-05-14 12:37:53 | asvetlov | set | keywords:
+ patch stage: patch review pull_requests: + pull_request13223 |
| 2019-05-14 12:35:38 | asvetlov | set | nosy:
+ yselivanov type: behavior |
| 2019-05-14 12:35:05 | asvetlov | create | |