Firehose __hash__ functions

Matthieu Caneill matthieu.caneill42 at gmail.com
Wed Jul 10 18:07:07 UTC 2013


Hi,

Are you interested by having real __hash__ functions (that use an
external library like hashlib) instead of the current ones?
Because currently:
>>> hash(Point(0, 1)) == hash(Point(2, 3))
True

Cheers.

Matthieu


More information about the firehose-devel mailing list