Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_opcode.c31 int oparg_int = 0; in _opcode_stack_effect_impl() local
39 oparg_int = (int)PyLong_AsLong(oparg); in _opcode_stack_effect_impl()
40 if ((oparg_int == -1) && PyErr_Occurred()) { in _opcode_stack_effect_impl()
67 effect = PyCompile_OpcodeStackEffectWithJump(opcode, oparg_int, jump_int); in _opcode_stack_effect_impl()

Completed in 1 milliseconds