Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dmethodobject.c14 #ifndef PyCFunction_MAXFREELIST
15 #define PyCFunction_MAXFREELIST 256 macro
93 if (numfree < PyCFunction_MAXFREELIST) { in meth_dealloc()
/external/python/cpython2/Objects/
Dmethodobject.c12 #ifndef PyCFunction_MAXFREELIST
13 #define PyCFunction_MAXFREELIST 256 macro
136 if (numfree < PyCFunction_MAXFREELIST) { in meth_dealloc()