[Python-Dev] async/await in Python; v2 (original) (raw)

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

GETITER ... YIELDFROM opcodes, we'll need to replace GETITER with another one: GETITERSPECIAL ... YIELDFROM

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

-- Greg



More information about the Python-Dev mailing list