Searched refs:DELETE_FAST (Results 1 – 4 of 4) sorted by relevance
135 #define DELETE_FAST 126 /* Local variable number */ macro
767 .. opcode:: DELETE_FAST (var_num)
881 case DELETE_FAST: in opcode_stack_effect()2384 case Del: op = DELETE_FAST; break; in compiler_nameop()
2389 TARGET(DELETE_FAST) in PyEval_EvalFrameEx()