mirror of
https://github.com/python/cpython.git
synced 2026-01-29 06:06:01 +00:00
* 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.
Miscellaneous source files for the main Python shared library