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