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 skrah
Recipients Rhamphoryncus, eric.smith, mark.dickinson, rhettinger, skrah
Date 2010-04-04.18:57:51
SpamBayes Score 0.0034754213
Marked as misclassified No
Message-id <1270407473.56.0.378004457714.issue8188@psf.upfronthosting.co.za>
In-reply-to
Content
Mark, very nice concept! - I'm just starting to review the patch, but I
think the unsigned longs in_Py_HashDouble() and long_hash() should be
uint64_t on a 64-bit OS.

For instance, now on Windows 64-bit:

>>> hash(2**61-1)
1073741823
History
Date User Action Args
2010-04-04 18:57:53skrahsetrecipients: + skrah, rhettinger, mark.dickinson, Rhamphoryncus, eric.smith
2010-04-04 18:57:53skrahsetmessageid: <1270407473.56.0.378004457714.issue8188@psf.upfronthosting.co.za>
2010-04-04 18:57:51skrahlinkissue8188 messages
2010-04-04 18:57:51skrahcreate