Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_opt.c161 #define MAX_STR_SIZE 4096 /* characters */ macro
195 if (n < 0 || n > MAX_STR_SIZE / size) { in safe_multiply()