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.

作者 belopolsky
收信人 BreamoreBoy, belopolsky, georg.brandl, jimjjewett, ked-tao, loewis, pitrou, tim.peters
日期 2010-07-14.18:20:54
SpamBayes Score 0.00018375504
Marked as misclassified
Message-id <1279131659.03.0.554614209957.issue1646068@psf.upfronthosting.co.za>
In-reply-to
内容
I am attaching a patch that uses a regular union of long and Py_ssize_t to store cached hash/index value in both set and dict entry.  Using an anonymous union would simplify the patch and would reduce the likelihood of breaking extensions that access entry structs.
历史
日期 用户 动作 参数
2010-07-14 18:20:59belopolsky修改recipients: + belopolsky, tim.peters, loewis, georg.brandl, jimjjewett, pitrou, ked-tao, BreamoreBoy
2010-07-14 18:20:59belopolsky修改messageid: <1279131659.03.0.554614209957.issue1646068@psf.upfronthosting.co.za>
2010-07-14 18:20:57belopolsky链接issue1646068 messages
2010-07-14 18:20:56belopolsky创建