Message306829
| Author | gvanrossum |
|---|---|
| Recipients | Inyeol.Lee, Jim Fasarakis-Hilliard, arigo, belopolsky, benjamin.peterson, danielsh, emptysquare, erickt, esc24, georg.brandl, glyph, gvanrossum, levkivskyi, ncoghlan, rhettinger, serhiy.storchaka, yselivanov |
| Date | 2017-11-23.16:21:14 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <CAP7+vJL=L-JW=zOWfyOPkexJb41=95GYYbiA9hQAQiDy00ccig@mail.gmail.com> |
| In-reply-to | <1511438623.29.0.213398074469.issue10544@psf.upfronthosting.co.za> |
| Content | |
|---|---|
Remind me what happens when you use `await` in a generator expression that
survives the async function's scope?
async def f(xs):
return (await x for x in xs) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-11-23 16:21:14 | gvanrossum | set | recipients: + gvanrossum, arigo, georg.brandl, rhettinger, ncoghlan, belopolsky, benjamin.peterson, erickt, glyph, Inyeol.Lee, serhiy.storchaka, yselivanov, esc24, danielsh, emptysquare, levkivskyi, Jim Fasarakis-Hilliard |
| 2017-11-23 16:21:14 | gvanrossum | link | issue10544 messages |
| 2017-11-23 16:21:14 | gvanrossum | create | |