Message 316774 - Python tracker
Message316774
| Author | hniksic |
|---|---|
| Recipients | asvetlov, hniksic, yselivanov |
| Date | 2018-05-16.06:49:56 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1526453396.34.0.682650639539.issue33533@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Of course, `yield from done` would actually have to be `for future in done: yield future`, since async generators don't support yield from. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-16 06:49:56 | hniksic | set | recipients: + hniksic, asvetlov, yselivanov |
| 2018-05-16 06:49:56 | hniksic | set | messageid: <1526453396.34.0.682650639539.issue33533@psf.upfronthosting.co.za> |
| 2018-05-16 06:49:56 | hniksic | link | issue33533 messages |
| 2018-05-16 06:49:56 | hniksic | create | |