Home
last modified time | relevance | path

Searched refs:to_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
235 if (to_stack < 0) { in compatible_block_stack()
238 while(from_stack > to_stack) { in compatible_block_stack()
241 return from_stack == to_stack; in compatible_block_stack()
245 explain_incompatible_block_stack(int64_t to_stack) in explain_incompatible_block_stack() argument
247 Kind target_kind = top_block(to_stack); in explain_incompatible_block_stack()