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

/external/python/cpython3/Objects/
H A Dclassobject.c13 #ifndef PyMethod_MAXFREELIST
14 #define PyMethod_MAXFREELIST 256 macro
199 if (numfree < PyMethod_MAXFREELIST) {
/external/python/cpython2/Objects/
H A Dclassobject.c12 #ifndef PyMethod_MAXFREELIST
13 #define PyMethod_MAXFREELIST 256 macro
2390 if (numfree < PyMethod_MAXFREELIST) {

Completed in 682 milliseconds