Searched refs:right_uni (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
H A Dunicodeobject.c11115 PyObject *right_uni; local
11135 right_uni = _PyUnicode_FromId(right); /* borrowed */
11136 if (right_uni == NULL) {
11142 if (left == right_uni)
11148 assert(_PyUnicode_HASH(right_uni) != 1);
11150 if (hash != -1 && hash != _PyUnicode_HASH(right_uni))
11153 return unicode_compare_eq(left, right_uni);

Completed in 181 milliseconds