mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -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.
Miscellaneous source files for the main Python shared library