Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcPickle.c356 #ifndef PY_CPICKLE_FAST_LIMIT
357 #define PY_CPICKLE_FAST_LIMIT 50 macro
957 if (++self->fast_container >= PY_CPICKLE_FAST_LIMIT) { in fast_save_enter()
991 if (self->fast_container-- >= PY_CPICKLE_FAST_LIMIT) { in fast_save_leave()
/external/python/cpython2/Misc/
DHISTORY6034 performance), you can change it by defining PY_CPICKLE_FAST_LIMIT
/external/python/cpython3/Misc/
DHISTORY23418 performance), you can change it by defining PY_CPICKLE_FAST_LIMIT