Issue40499
Created on 2020-05-04 12:16 by Joel Rosdahl, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 19900 | merged | jrosdahl, 2020-05-04 12:24 | |
| Messages (2) | |||
|---|---|---|---|
| msg368041 - (view) | Author: Joel Rosdahl (Joel Rosdahl) | Date: 2020-05-04 12:16 | |
bpo-21596 documented that the sequence of futures passed to asyncio.wait must not be empty: The sequence *futures* must not be empty. This note was however lost in the bpo-33649 commit (3faaa8857a42a36383bb18425444e597fc876797). |
|||
| msg368091 - (view) | Author: Guido van Rossum (gvanrossum) * | Date: 2020-05-04 21:56 | |
New changeset 9d74658f0a6e8a9b8d6dcf199dda886f35c6ad68 by Joel Rosdahl in branch 'master': bpo-40499: Mention that asyncio.wait() needs a non-empty aws set (GH-19900) https://github.com/python/cpython/commit/9d74658f0a6e8a9b8d6dcf199dda886f35c6ad68 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:30 | admin | set | github: 84679 |
| 2020-05-04 21:56:50 | gvanrossum | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2020-05-04 21:56:08 | gvanrossum | set | nosy:
+ gvanrossum messages: + msg368091 |
| 2020-05-04 12:24:52 | jrosdahl | set | keywords:
+ patch nosy: + jrosdahl pull_requests:
+ pull_request19211 |
| 2020-05-04 12:16:17 | Joel Rosdahl | create | |