Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dframeobject.c142 int64_t except_stack; in markblocks() local
174 except_stack = push_block(block_stack, Except); in markblocks()
175 assert(blocks[j] == -1 || blocks[j] == except_stack); in markblocks()
176 blocks[j] = except_stack; in markblocks()
184 except_stack = push_block(block_stack, Except); in markblocks()
185 assert(blocks[j] == -1 || blocks[j] == except_stack); in markblocks()
186 blocks[j] = except_stack; in markblocks()