mirror of
https://github.com/python/cpython.git
synced 2026-05-13 16:08:19 -04:00
702f8f3611
* 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.