Searched refs:DELETE_FAST (Results 1 – 8 of 8) sorted by relevance
135 #define DELETE_FAST 126 /* Local variable number */ macro
101 #define DELETE_FAST 126 macro
767 .. opcode:: DELETE_FAST (var_num)
881 case DELETE_FAST: in opcode_stack_effect()2386 case Del: op = DELETE_FAST; break; in compiler_nameop()
2401 TARGET(DELETE_FAST) in PyEval_EvalFrameEx()
1018 .. opcode:: DELETE_FAST (var_num)
1061 case DELETE_FAST: in stack_effect()3232 case Del: op = DELETE_FAST; break; in compiler_nameop()
2153 TARGET(DELETE_FAST) { in _PyEval_EvalFrameDefault()