Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dframeobject.c503 compatible_stack(int64_t from_stack, int64_t to_stack) in compatible_stack() argument
505 if (from_stack < 0 || to_stack < 0) { in compatible_stack()
508 while(from_stack > to_stack) { in compatible_stack()
509 from_stack = pop_value(from_stack); in compatible_stack()
511 while(from_stack) { in compatible_stack()
512 Kind from_top = top_of_stack(from_stack); in compatible_stack()
517 from_stack = pop_value(from_stack); in compatible_stack()

Completed in 3 milliseconds