This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients ezio.melotti, georg.brandl, lemburg, skrah
Date 2011-02-10.09:40:29
SpamBayes Score 0.002636962
Marked as misclassified No
Message-id <1297330831.08.0.0747559116298.issue11167@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-02-10 09:40:31lemburgsetrecipients: + lemburg, georg.brandl, ezio.melotti, skrah
2011-02-10 09:40:31lemburgsetmessageid: <1297330831.08.0.0747559116298.issue11167@psf.upfronthosting.co.za>
2011-02-10 09:40:29lemburglinkissue11167 messages
2011-02-10 09:40:29lemburgcreate