Home
last modified time | relevance | path

Searched refs:WITH_CLEANUP (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dopcode.h84 #define WITH_CLEANUP 81 macro
/external/python/cpython2/Doc/library/
Ddis.rst548 the stack for later use by :opcode:`WITH_CLEANUP`. Then,
556 .. opcode:: WITH_CLEANUP ()
/external/python/cpython2/Python/
Dcompile.c798 case WITH_CLEANUP: in opcode_stack_effect()
2949 ADDOP(c, WITH_CLEANUP); in compiler_with()
Dceval.c2913 TARGET_NOARG(WITH_CLEANUP) in PyEval_EvalFrameEx()