Home
last modified time | relevance | path

Searched refs:WITH_EXCEPT_START (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_opcode.h235 [WITH_EXCEPT_START] = WITH_EXCEPT_START,
291 [WITH_EXCEPT_START] = "WITH_EXCEPT_START",
/third_party/python/Include/
H A Dopcode.h27 #define WITH_EXCEPT_START 49 macro
/third_party/python/Python/
H A Dcompile.c1102 case WITH_EXCEPT_START: in stack_effect()
5719 ADDOP(c, WITH_EXCEPT_START); in compiler_async_with()
5742 E: WITH_EXCEPT_START (calls EXPR.__exit__)
5815 ADDOP(c, WITH_EXCEPT_START); in compiler_with()
H A Dceval.c4436 TARGET(WITH_EXCEPT_START) {

Completed in 23 milliseconds