Searched refs:PY_SIZE_MAX (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Include/ | ||
D | pyport.h | 129 #define PY_SIZE_MAX SIZE_MAX macro |
/third_party/python/Modules/_io/ | ||
D | stringio.c | 108 if (alloc > PY_SIZE_MAX / sizeof(Py_UCS4)) in resize_buffer() |