[Python-Dev] async/await in Python; v2

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Apr 23 08:16:17 CEST 2015


Yury Selivanov wrote:
> I think there is another way... instead of pushing
> 
> GET_ITER
> ...
> YIELD_FROM
> 
> opcodes, we'll need to replace GET_ITER with another one:
> 
> GET_ITER_SPECIAL
> ...
> YIELD_FROM

I'm lost. What Python code are you suggesting this
would be generated from?

-- 
Greg


More information about the Python-Dev mailing list