Benjamin Peterson <benja...@python.org> added the comment:

2010/10/18 Marc-Andre Lemburg <rep...@bugs.python.org>:
>
> Marc-Andre Lemburg <m...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue9778>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to