Searched refs:WILL_OVERFLOW (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Objects/ | ||
H A D | frameobject.c | 164 #define WILL_OVERFLOW (1ULL<<((MAX_STACK_ENTRIES-1)*BITS_PER_BLOCK)) macro 171 if (((uint64_t)stack) >= WILL_OVERFLOW) { in push_value() |
Completed in 2 milliseconds