Oct. 7, 2008
10:31 p.m.
In V3 is it your intention that to be a key you must implement tp_hash and tp_richcompare? If not I'll raise a bug against 3.0 on this issue.
I believe that cmp/tp_compare are being phased out, although I think there was a heavy debate about this. In any case, I think you really need to implement tp_richcompare. Regards, Martin