Fix for test_class.py on Win64. id(self), which on Win64 returns a
PyLong, was used for the return value of a class __hash__ method, which *must* return a PyInt. Solution: hash() the id(self) value.
T
Trent Mick committed
d68d0a6f5a0a4af255d6a73e236166d42f8b76b6
Parent: b2c2c9e