Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dlistobject.c2259 int ints_are_bounded = 1; in list_sort_impl() local
2289 ints_are_bounded && in list_sort_impl()
2292 ints_are_bounded = 0; in list_sort_impl()
2309 else if (key_type == &PyLong_Type && ints_are_bounded) { in list_sort_impl()