Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dcompile.h52 PyAPI_FUNC(int) PyCompile_OpcodeStackEffectWithJump(int opcode, int oparg, int jump);
/third_party/python/Modules/
D_opcode.c62 effect = PyCompile_OpcodeStackEffectWithJump(opcode, oparg_int, jump_int); in _opcode_stack_effect_impl()
/third_party/python/Python/
Dcompile.c1222 PyCompile_OpcodeStackEffectWithJump(int opcode, int oparg, int jump) in PyCompile_OpcodeStackEffectWithJump() function
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst8917 Added :c:func:`PyCompile_OpcodeStackEffectWithJump`.