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

Raymond Hettinger report at bugs.python.org
Mon Oct 18 20:19:03 CEST 2010


Raymond Hettinger <rhettinger at users.sourceforge.net> 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.

----------

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


More information about the Python-bugs-list mailing list