Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dframeobject.c437 int64_t target_block_stack = -1; in frame_setlineno() local
444 target_block_stack = blocks[i]; in frame_setlineno()
445 if (compatible_block_stack(start_block_stack, target_block_stack)) { in frame_setlineno()
447 if (target_block_stack > best_block_stack) { in frame_setlineno()
448 best_block_stack = target_block_stack; in frame_setlineno()
453 if (target_block_stack >= 0) { in frame_setlineno()
454 msg = explain_incompatible_block_stack(target_block_stack); in frame_setlineno()