Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dframeobject.c120 int64_t except_stack; in markblocks() local
152 except_stack = push_block(block_stack, Except); in markblocks()
153 assert(blocks[j] == -1 || blocks[j] == except_stack); in markblocks()
154 blocks[j] = except_stack; in markblocks()
162 except_stack = push_block(block_stack, Except); in markblocks()
163 assert(blocks[j] == -1 || blocks[j] == except_stack); in markblocks()
164 blocks[j] = except_stack; in markblocks()