Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_opcode.c64 effect = PY_INVALID_STACK_EFFECT; in _opcode_stack_effect_impl()
69 if (effect == PY_INVALID_STACK_EFFECT) { in _opcode_stack_effect_impl()
/third_party/python/Include/cpython/
H A Dcompile.h52 #define PY_INVALID_STACK_EFFECT INT_MAX macro
/third_party/python/Objects/
H A Dframeobject.c456 assert(delta != PY_INVALID_STACK_EFFECT); in mark_stacks()
/third_party/python/Python/
H A Dcompile.c1194 return PY_INVALID_STACK_EFFECT; in stack_effect()
1196 return PY_INVALID_STACK_EFFECT; /* not reachable */ in stack_effect()
7186 if (effect == PY_INVALID_STACK_EFFECT) { in stackdepth()
7199 assert(effect != PY_INVALID_STACK_EFFECT); in stackdepth()

Completed in 14 milliseconds