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

Benjamin Peterson report at bugs.python.org
Mon Oct 18 14:45:42 CEST 2010


Benjamin Peterson <benjamin at python.org> added the comment:

2010/10/18 Marc-Andre Lemburg <report at bugs.python.org>:
>
> Marc-Andre Lemburg <mal at egenix.com> added the comment:
>
> And related to my previous comment: shouldn't Py_hash_t map to size_t instead of Py_ssize_t ?

No, negative values have to be allowed.

----------
title: Make hash values the same width as	a pointer	(or Py_ssize_t) -> Make hash values the same width as a pointer (or Py_ssize_t)

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


More information about the Python-bugs-list mailing list