[issue9778] Make hash values the same width as a pointer (or Py_ssize_t)

Martin v. Löwis report at bugs.python.org
Mon Oct 18 22:48:43 CEST 2010


Martin v. Löwis <martin at v.loewis.de> added the comment:

> My expectation is that Py_hash_t is the same as Py_ssize_t.  The goal
> is to make hashes match the range of possible table sizes.

Please read the patch:

typedef Py_ssize_t Py_hash_t;

----------

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


More information about the Python-bugs-list mailing list