Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_pickle.c124 FAST_NESTING_LIMIT = 50, enumerator
1993 if (++self->fast_nesting >= FAST_NESTING_LIMIT) { in fast_save_enter()
2034 if (self->fast_nesting-- >= FAST_NESTING_LIMIT) { in fast_save_leave()