]> granicus.if.org Git - python/commit
Issue #10042: Fixed the total_ordering decorator to handle cross-type
authorRaymond Hettinger <python@rcn.com>
Sat, 8 Jan 2011 07:01:56 +0000 (07:01 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 8 Jan 2011 07:01:56 +0000 (07:01 +0000)
commit23f9fc344827c02cf2450f7e0903681e69db201a
treec0454c2980f0a3f768597b5e4f54896ad8970ca3
parent06ec45e2f8108d6bfc1fa8abe80de94bc4eeb8a3
Issue #10042: Fixed the total_ordering decorator to handle cross-type
comparisons that could lead to infinite recursion.
Lib/functools.py
Lib/test/test_functools.py
Misc/ACKS
Misc/NEWS