Guido van Rossum <gu...@python.org> added the comment: 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) ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue10544> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com