Issue32391
Created on 2017-12-20 19:12 by asvetlov, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 5281 | merged | asvetlov, 2018-01-23 08:51 | |
| Messages (3) | |||
|---|---|---|---|
| msg308780 - (view) | Author: Andrew Svetlov (asvetlov) * | Date: 2017-12-20 19:12 | |
Without the method there is no possibility to wait for actual writer closing (it's performed at least on next loop iteration, and even later for SSL transports). Without waiting for actual closing writing tests is a pain: user should either add asyncio.sleep() after writer closing or suppress many warnings about unclosed resources. |
|||
| msg308781 - (view) | Author: Yury Selivanov (yselivanov) * | Date: 2017-12-20 19:13 | |
We've discussed this before, please go ahead. |
|||
| msg310640 - (view) | Author: Andrew Svetlov (asvetlov) * | Date: 2018-01-24 22:30 | |
New changeset fe133aad52222949db7309c26c58b066c22e714e by Andrew Svetlov in branch 'master': bpo-32391: Implement StreamWriter.wait_closed() (#5281) https://github.com/python/cpython/commit/fe133aad52222949db7309c26c58b066c22e714e |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:55 | admin | set | github: 76572 |
| 2018-05-29 18:35:44 | yselivanov | link | issue31491 superseder |
| 2018-01-24 23:21:26 | asvetlov | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2018-01-24 22:30:32 | asvetlov | set | messages: + msg310640 |
| 2018-01-23 08:51:40 | asvetlov | set | keywords:
+ patch stage: patch review pull_requests: + pull_request5127 |
| 2018-01-21 09:44:54 | njs | set | nosy:
+ njs |
| 2017-12-22 21:06:09 | nitishch | set | nosy:
+ nitishch |
| 2017-12-21 09:28:56 | asvetlov | link | issue28212 superseder |
| 2017-12-20 19:13:19 | yselivanov | set | type: enhancement messages: + msg308781 |
| 2017-12-20 19:12:25 | asvetlov | create | |