[Python-Dev] Tricky way of of creating a generator via a comprehension expression (original) (raw)
Serhiy Storchaka storchaka at gmail.com
Wed Nov 22 13:38:52 EST 2017
- Previous message (by thread): [Python-Dev] Tricky way of of creating a generator via a comprehension expression
- Next message (by thread): [Python-Dev] Tricky way of of creating a generator via a comprehension expression
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
22.11.17 17:10, Ivan Levkivskyi пише:
- fix yield in comprehensions
I'm working on this. I was going to inline the generating function a long time ago for small performance benefit, but the benefit looked too small for complicating the compiler code. Now I have other reason for doing this.
- await in comprehensions already works
I'm surprised by this. But I don't understand await. If this works,
maybe it is possible to make working yield
in generator expressions.
- make both
yield
andawait
a SyntaxError in generator expressions.
This looks as a temporary solution to me. Ideally we should make this working too. But this will be harder.
- Previous message (by thread): [Python-Dev] Tricky way of of creating a generator via a comprehension expression
- Next message (by thread): [Python-Dev] Tricky way of of creating a generator via a comprehension expression
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]