Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c54 #define PyUnicode_MAXFREELIST 1024 macro
391 numfree < PyUnicode_MAXFREELIST) { in unicode_dealloc()