Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c73 #define KEEPALIVE_SIZE_LIMIT 9 macro
393 if (unicode->length >= KEEPALIVE_SIZE_LIMIT) { in unicode_dealloc()