Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpyport.h129 #define PY_SIZE_MAX SIZE_MAX macro
/third_party/python/Modules/_io/
Dstringio.c108 if (alloc > PY_SIZE_MAX / sizeof(Py_UCS4)) in resize_buffer()