]> granicus.if.org Git - python/commit
Issue #16286: write a new subfunction bytes_compare_eq()
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 4 Nov 2013 10:08:10 +0000 (11:08 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 4 Nov 2013 10:08:10 +0000 (11:08 +0100)
commitc8bc5377ac59c6e6af5c0e925fa0af7d9df7ebc0
treef1ebf7f7213b38f578e9bee21b168057944e7a7d
parent63d867e95c377ad91247051ab85a6294ed14cb35
Issue #16286: write a new subfunction bytes_compare_eq()

* cleanup bytes_richcompare()
* PyUnicode_RichCompare(): replace a test with a XOR
Objects/bytesobject.c
Objects/unicodeobject.c