Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dlistobject.c542 list_repeat(PyListObject *a, Py_ssize_t n) in list_repeat() function
2529 (ssizeargfunc)list_repeat, /* sq_repeat */
/external/python/cpython3/Objects/
Dlistobject.c505 list_repeat(PyListObject *a, Py_ssize_t n) in list_repeat() function
2702 (ssizeargfunc)list_repeat, /* sq_repeat */
/external/python/cpython2/Misc/NEWS.d/
D2.7.3rc1.rst160 away. Also fix similar overflow checks in list_repeat (listobject.c) and
/external/python/cpython3/Misc/
DHISTORY8445 list_repeat (listobject.c) and islice_next (itertoolsmodule.c). These bugs