Searched refs:oparg_int (Results 1 – 1 of 1) sorted by relevance
30 int oparg_int = 0; in _opcode_stack_effect_impl() local38 oparg_int = (int)PyLong_AsLong(oparg); in _opcode_stack_effect_impl()39 if ((oparg_int == -1) && PyErr_Occurred()) in _opcode_stack_effect_impl()61 effect = PyCompile_OpcodeStackEffectWithJump(opcode, oparg_int, jump_int); in _opcode_stack_effect_impl()