Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcPickle.c356 #ifndef PY_CPICKLE_FAST_LIMIT
357 #define PY_CPICKLE_FAST_LIMIT 50 macro
947 if (++self->fast_container >= PY_CPICKLE_FAST_LIMIT) { in fast_save_enter()
981 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