Message2306

Author lycotic
Recipients
Date 2003-12-13.19:35:52
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Noting that the python code can call the top-level compare 
again after a coercion, I changed _cmp_unsafe to call _cmp 
again if the coercion did anything.

Also, python uses id() to order unordered classes.

Combined, these changes make test_compare.py pass.
History
Date User Action Args
2008-02-20 17:18:22adminlinkissue859555 messages
2008-02-20 17:18:22admincreate