[issue8188] Unified hash for numeric types.

Mark Dickinson report at bugs.python.org
Sat Mar 20 23:43:21 CET 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

> Why aren't you using 64-bit hashes on 64-bit architectures?

Mostly because I haven't got around to putting that in yet.  :)

Ideal would be to use _PyHASH_BITS=61 for 64-bit machines, throughout.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8188>
_______________________________________


More information about the Python-bugs-list mailing list