Home
last modified time | relevance | path

Searched refs:PyCompile_OpcodeStackEffectWithJump (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
Dcompile.h54 PyAPI_FUNC(int) PyCompile_OpcodeStackEffectWithJump(int opcode, int oparg, int jump);
/third_party/python/Modules/
D_opcode.c67 effect = PyCompile_OpcodeStackEffectWithJump(opcode, oparg_int, jump_int); in _opcode_stack_effect_impl()
/third_party/python/Python/
Dcompile.c1200 PyCompile_OpcodeStackEffectWithJump(int opcode, int oparg, int jump) in PyCompile_OpcodeStackEffectWithJump() function
/third_party/python/Misc/
DNEWS21410 - bpo-32455: Added :c:func:`PyCompile_OpcodeStackEffectWithJump`.