SIGN IN SIGN UP

Issue #16286: optimize PyUnicode_RichCompare() for identical strings (same

pointer) for any operator, not only Py_EQ and Py_NE.

Code of bytes_richcompare() and PyUnicode_RichCompare() is now closer.
V
Victor Stinner committed
fd9e44db371f6e097b8756a004ac3783f7fb2df0
Parent: c8bc537