Searched refs:oparg_int (Results 1 – 1 of 1) sorted by relevance
27 int oparg_int = 0; in _opcode_stack_effect_impl() local34 oparg_int = (int)PyLong_AsLong(oparg); in _opcode_stack_effect_impl()35 if ((oparg_int == -1) && PyErr_Occurred()) in _opcode_stack_effect_impl()43 effect = PyCompile_OpcodeStackEffect(opcode, oparg_int); in _opcode_stack_effect_impl()