]> granicus.if.org Git - python/commit
Issue #3106: Speedup some comparisons. This also removes the last call
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 20 Dec 2008 13:14:23 +0000 (13:14 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 20 Dec 2008 13:14:23 +0000 (13:14 +0000)
commit51f3ef9da082435f063d2e78de1dd20fa65cf0de
tree254a2f82d7c66ac4ee73de9cd31374af99b11c62
parentc9928ccf0184fb3db4b05d7eab8cd366882d513f
Issue #3106: Speedup some comparisons. This also removes the last call
to Py_CmpToRich from the codebase (in longobject.c).
Misc/NEWS
Objects/longobject.c
Objects/unicodeobject.c