Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dfloatobject.c23 #ifndef PyFloat_MAXFREELIST
24 #define PyFloat_MAXFREELIST 100 macro
219 if (numfree >= PyFloat_MAXFREELIST) { in float_dealloc()