Searched refs:list_repeat (Results 1 – 4 of 4) sorted by relevance
542 list_repeat(PyListObject *a, Py_ssize_t n) in list_repeat() function2529 (ssizeargfunc)list_repeat, /* sq_repeat */
527 list_repeat(PyListObject *a, Py_ssize_t n) in list_repeat() function2788 (ssizeargfunc)list_repeat, /* sq_repeat */
160 away. Also fix similar overflow checks in list_repeat (listobject.c) and
8445 list_repeat (listobject.c) and islice_next (itertoolsmodule.c). These bugs