Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_opt.c137 check_complexity(PyObject *obj, Py_ssize_t limit) in check_complexity() function
143 limit = check_complexity(PyTuple_GET_ITEM(obj, i), limit); in check_complexity()
153 limit = check_complexity(item, limit); in check_complexity()
185 if (n && check_complexity(w, MAX_TOTAL_ITEMS / n) < 0) { in safe_multiply()