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.20:53:24
SpamBayes Score 0.0038002727
Marked as misclassified No
Message-id <1270414406.87.0.173247030952.issue8188@psf.upfronthosting.co.za>
In-reply-to
Content
Actually the current long_hash() is affected as well. On Windows 64-bit:

>>> hash(2**31)
-2147483648

>>> hash(2**32)
1
History
Date User Action Args
2010-04-04 20:53:26skrahsetrecipients: + skrah, rhettinger, mark.dickinson, Rhamphoryncus, eric.smith
2010-04-04 20:53:26skrahsetmessageid: <1270414406.87.0.173247030952.issue8188@psf.upfronthosting.co.za>
2010-04-04 20:53:24skrahlinkissue8188 messages
2010-04-04 20:53:24skrahcreate