HomeSort by relevance Sort by last modified time
    Searched refs:PyMethod_MAXFREELIST (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Objects/
classobject.c 13 #ifndef PyMethod_MAXFREELIST
14 #define PyMethod_MAXFREELIST 256
199 if (numfree < PyMethod_MAXFREELIST) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
classobject.c 12 #ifndef PyMethod_MAXFREELIST
13 #define PyMethod_MAXFREELIST 256
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
classobject.c 12 #ifndef PyMethod_MAXFREELIST
13 #define PyMethod_MAXFREELIST 256
    [all...]
  /external/python/cpython2/Objects/
classobject.c 12 #ifndef PyMethod_MAXFREELIST
13 #define PyMethod_MAXFREELIST 256
    [all...]

Completed in 147 milliseconds