Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dfloatobject.c23 #ifndef PyFloat_MAXFREELIST
24 # define PyFloat_MAXFREELIST 100 macro
239 if (state->numfree >= PyFloat_MAXFREELIST) { in float_dealloc()