Home
last modified time | relevance | path

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

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