]> granicus.if.org Git - python/commit
Fix the total_ordering decorator to handle cross-type comparisons
authorÉric Araujo <merwok@netwok.org>
Sat, 19 Mar 2011 03:29:36 +0000 (04:29 +0100)
committerÉric Araujo <merwok@netwok.org>
Sat, 19 Mar 2011 03:29:36 +0000 (04:29 +0100)
commit374274db7f7536836d0acd598ff6001aa5ed06c8
tree178c43060f69ac301fcd14db9b81b74a13626c00
parent5136867c1b8573de23f7e7f95f8292846aab507e
Fix the total_ordering decorator to handle cross-type comparisons
that could lead to infinite recursion (closes #10042).
Lib/functools.py
Lib/test/test_functools.py
Misc/ACKS
Misc/NEWS