Files
cpython/Objects
Guido van Rossum ab3b0343b8 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.
2001-09-18 20:38:53 +00:00
..
2001-08-29 23:54:21 +00:00
2001-09-06 21:56:42 +00:00
2001-08-29 23:54:21 +00:00
2001-09-11 19:48:03 +00:00