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 eric.araujo
Recipients eric.araujo, rhettinger
Date 2010-04-10.11:41:23
SpamBayes Score 0.0013241742
Marked as misclassified No
Message-id <1270899685.49.0.0758628614803.issue8361@psf.upfronthosting.co.za>
In-reply-to
Content
Hello

The correct behavior of functools.total_ordering depends on a check performed with an assert. Attached patch changes it to a test that always runs.

Since it’s a kind of protocol error, I went for TypeError but you may disagree.

Regards
History
Date User Action Args
2010-04-10 11:41:25eric.araujosetrecipients: + eric.araujo, rhettinger
2010-04-10 11:41:25eric.araujosetmessageid: <1270899685.49.0.0758628614803.issue8361@psf.upfronthosting.co.za>
2010-04-10 11:41:23eric.araujolinkissue8361 messages
2010-04-10 11:41:23eric.araujocreate