Searched refs:PyCompile_OpcodeStackEffectWithJump (Results 1 – 4 of 4) sorted by relevance
54 PyAPI_FUNC(int) PyCompile_OpcodeStackEffectWithJump(int opcode, int oparg, int jump);
67 effect = PyCompile_OpcodeStackEffectWithJump(opcode, oparg_int, jump_int); in _opcode_stack_effect_impl()
1200 PyCompile_OpcodeStackEffectWithJump(int opcode, int oparg, int jump) in PyCompile_OpcodeStackEffectWithJump() function
21410 - bpo-32455: Added :c:func:`PyCompile_OpcodeStackEffectWithJump`.