Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_opt.c162 #define MAX_TOTAL_ITEMS 1024 /* including nested collections */ macro
185 if (n && check_complexity(w, MAX_TOTAL_ITEMS / n) < 0) { in safe_multiply()