Home
last modified time | relevance | path

Searched refs:WITH_CLEANUP_START (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/
Dopcode.h59 #define WITH_CLEANUP_START 81 macro
/external/python/cpython3/Objects/
Dframeobject.c360 code[b->b_handler] == WITH_CLEANUP_START) in frame_setlineno()
/external/python/cpython3/Python/
Dcompile.c957 case WITH_CLEANUP_START: in stack_effect()
4292 ADDOP(c, WITH_CLEANUP_START); in compiler_async_with()
4380 ADDOP(c, WITH_CLEANUP_START); in compiler_with()
Dceval.c2919 TARGET(WITH_CLEANUP_START) { in _PyEval_EvalFrameDefault()
4997 else if (prevopcode == WITH_CLEANUP_START) { in format_awaitable_error()
/external/python/cpython3/Doc/library/
Ddis.rst717 .. opcode:: WITH_CLEANUP_START