Home
last modified time | relevance | path

Searched defs:PY_SIZE_MAX (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dpyport.h196 #define PY_SIZE_MAX SIZE_MAX macro
198 #define PY_SIZE_MAX ((size_t)-1) macro
/external/python/cpython3/Include/
Dpyport.h106 #define PY_SIZE_MAX SIZE_MAX macro