SIGN IN SIGN UP

Hopefully fix 3-way comparisons. This unfortunately adds yet another

hack, and it's even more disgusting than a PyInstance_Check() call.
If the tp_compare slot is the slot used for overrides in Python,
it's always called.

Add some tests that show what should work too.
G
Guido van Rossum committed
ab3b0343b89b4683148dadaf89728ee1198ebee5
Parent: eb94905