]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16286: remove duplicated identity check from unicode_compare()
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 4 Nov 2013 10:27:14 +0000 (11:27 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 4 Nov 2013 10:27:14 +0000 (11:27 +0100)
commitf0c7b2af0552a4810aa4f879ca90b2706350d192
tree67e927de8d174ac5f5cde735753c2de5bd8a2bdc
parentfd9e44db371f6e097b8756a004ac3783f7fb2df0
Issue #16286: remove duplicated identity check from unicode_compare()

Move the test to PyUnicode_Compare()
Objects/unicodeobject.c