mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
* Compiler emits END_FOR; POP_TOP instead of END_FOR. To support tier 2 side exits in loops.
2 lines
100 B
ReStructuredText
2 lines
100 B
ReStructuredText
The ``END_FOR`` instruction now pops only one value. This is to better
|
|
support side exits in loops.
|