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.

作者 mark.dickinson
收信人 belopolsky, casevh, georg.brandl, jimjjewett, ked-tao, loewis, mark.dickinson, pitrou, rhettinger, tim.peters
日期 2010-09-06.10:15:23
SpamBayes Score 0.0012607506
Marked as misclassified
Message-id <1283768125.17.0.173587052767.issue9778@psf.upfronthosting.co.za>
In-reply-to
内容
> ... change all hash values to be of Py_ssize_t values rather than C longs ...

Yes, please!  (Provided this change can go in before 3.2.)  For the numeric types at least, this should be a straightforward adjustment.

And while we're at it, we could clean up some of the undefined behaviour from integer overflow that's in the current hash functions (tuple.__hash__, for example).
历史
日期 用户 动作 参数
2010-09-06 10:15:25mark.dickinson修改recipients: + mark.dickinson, tim.peters, loewis, georg.brandl, rhettinger, jimjjewett, belopolsky, pitrou, casevh, ked-tao
2010-09-06 10:15:25mark.dickinson修改messageid: <1283768125.17.0.173587052767.issue9778@psf.upfronthosting.co.za>
2010-09-06 10:15:23mark.dickinson链接issue9778 messages
2010-09-06 10:15:23mark.dickinson创建