Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dclassobject.c12 #ifndef PyMethod_MAXFREELIST
13 #define PyMethod_MAXFREELIST 256 macro
2388 if (numfree < PyMethod_MAXFREELIST) { in instancemethod_dealloc()