This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients ncoghlan, pitrou, rhettinger
Date 2011-08-20.20:27:33
SpamBayes Score 0.0007113345
Marked as misclassified No
Message-id <1313872054.41.0.176512047741.issue12796@psf.upfronthosting.co.za>
In-reply-to
Content
This small test file exhibits the issue. When @total_ordering is not applied, the '<' operator raises TypeError as expected. When @total_ordering is applied, there is an infinite recursion error.
History
Date User Action Args
2011-08-20 20:27:34pitrousetrecipients: + pitrou, rhettinger, ncoghlan
2011-08-20 20:27:34pitrousetmessageid: <1313872054.41.0.176512047741.issue12796@psf.upfronthosting.co.za>
2011-08-20 20:27:33pitroulinkissue12796 messages
2011-08-20 20:27:33pitroucreate