]> granicus.if.org Git - python/commit
Reduce the overhead in functools.total_ordering by localizing NotImplemented.
authorRaymond Hettinger <python@rcn.com>
Wed, 13 May 2015 04:26:37 +0000 (21:26 -0700)
committerRaymond Hettinger <python@rcn.com>
Wed, 13 May 2015 04:26:37 +0000 (21:26 -0700)
commitffcd8490d04727ff2a45f380b27e437c0c9e49f4
tree7d23ed98166be6a57b1948b1ec148c23f4b7720a
parent276e9c841d6b0a8aa0caf727fd54763fcc8d13f7
Reduce the overhead in functools.total_ordering by localizing NotImplemented.
(Sugguested by Serhiy Storchaka)
Lib/functools.py