-
Committer:
John Arbash Meinel
-
Date:
2009-10-09 17:03:27 UTC
-
mto:
(4679.5.3 2.1-static-tuple-no-use)
-
mto:
This revision was merged to the branch mainline in
revision
4735.
-
Revision ID:
john@arbash-meinel.com-20091009170327-ezw4vx4su1msq3ap
Switch to using a _Hashable class, rather than using tuples.
This allows us to more-easily trigger collisions. I was going to just use ints,
but they don't seem to implement tp_richcompare...