Benjamin Peterson <[email protected]> added the comment:

2010/10/18 Marc-Andre Lemburg <[email protected]>:
>
> Marc-Andre Lemburg <[email protected]> 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 <[email protected]>
<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