• Serhiy Storchaka's avatar
    bpo-33041: Rework compiling an "async for" loop. (#6142) · 702f8f36
    Serhiy Storchaka yazdı
    * Added new opcode END_ASYNC_FOR.
    * Setting global StopAsyncIteration no longer breaks "async for" loops.
    * Jumping into an "async for" loop is now disabled.
    * Jumping out of an "async for" loop no longer corrupts the stack.
    * Simplify the compiler.
    702f8f36