Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dframeobject.c233 compatible_block_stack(int64_t from_stack, int64_t to_stack) in compatible_block_stack() argument
238 while(from_stack > to_stack) { in compatible_block_stack()
239 from_stack = pop_block(from_stack); in compatible_block_stack()
241 return from_stack == to_stack; in compatible_block_stack()