Home
last modified time | relevance | path

Searched refs:BREAK_LOOP (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Include/
Dopcode.h83 #define BREAK_LOOP 80 macro
/external/python/cpython2/Objects/
Dlnotab_notes.txt95 4 13 BREAK_LOOP
/external/python/cpython3/Objects/
Dlnotab_notes.txt106 4 14 BREAK_LOOP
/external/python/cpython2/Doc/library/
Ddis.rst477 .. opcode:: BREAK_LOOP ()
/external/python/cpython2/Python/
Dcompile.c794 case BREAK_LOOP: in opcode_stack_effect()
2180 ADDOP(c, BREAK_LOOP); in compiler_visit_stmt()
Dceval.c2848 TARGET_NOARG(BREAK_LOOP) in PyEval_EvalFrameEx()
/external/python/cpython3/Doc/whatsnew/
D3.8.rst2147 Removed opcodes :opcode:`BREAK_LOOP`, :opcode:`CONTINUE_LOOP`,
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a1.rst1673 Removed opcodes :opcode:`BREAK_LOOP`, :opcode:`CONTINUE_LOOP`,