Files
cpython/Python
Serhiy Storchaka 702f8f3611 bpo-33041: Rework compiling an "async for" loop. (#6142)
* 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.
2018-03-23 14:34:35 +02:00
..
2018-01-26 15:24:24 -05:00
2017-11-05 15:37:50 +02:00

Miscellaneous source files for the main Python shared library