Marc-Andre Lemburg <m...@egenix.com> added the comment:

Could you try the same in Python 2.7 ?

The overflow is intended (after all, it's a hash function), but we should 
probably add a cast to Py_hash_t to the hash building line in order to make the 
compiler aware of this.

----------
nosy: +lemburg

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11167>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to