Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dlistobject.c2021 safe_object_compare(PyObject *v, PyObject *w, MergeState *ms) in safe_object_compare() function
2338 ms.key_compare = safe_object_compare; in list_sort_impl()
2342 ms.key_compare = safe_object_compare; in list_sort_impl()
2349 ms.tuple_elem_compare = safe_object_compare; in list_sort_impl()