Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dframeobject.c421 int64_t target_block_stack = -1; in frame_setlineno() local
428 target_block_stack = blocks[i]; in frame_setlineno()
429 if (compatible_block_stack(start_block_stack, target_block_stack)) { in frame_setlineno()
431 if (target_block_stack > best_block_stack) { in frame_setlineno()
432 best_block_stack = target_block_stack; in frame_setlineno()
437 if (target_block_stack >= 0) { in frame_setlineno()
438 msg = explain_incompatible_block_stack(target_block_stack); in frame_setlineno()