diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-11-04 11:23:05 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-11-04 11:23:05 +0100 |
commit | 944007fbc0dd42ac2e24a9d462e861234d109483 (patch) | |
tree | 9f7bb36dde52a7281936e34aa1b47cb99def7c97 /Python/errors.c | |
parent | fccc53e9c5cb955b0cc5cbfabd0667c32557e82a (diff) | |
download | cpython-944007fbc0dd42ac2e24a9d462e861234d109483.tar.gz |
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.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions