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.17:58:29
SpamBayes Score 0.032024525
Marked as misclassified
Message-id <1279130312.41.0.261083160482.issue1646068@psf.upfronthosting.co.za>
In-reply-to
内容
Yet it looks like set has a bigger problem whenever sizeof(Py_ssize_t) > sizeof(long).  setentry.hash is defined as long, but set_pop() stores a Py_ssize_t index in it.
历史
日期 用户 动作 参数
2010-07-14 17:58:36belopolsky修改recipients: + belopolsky, tim.peters, loewis, georg.brandl, jimjjewett, pitrou, ked-tao, BreamoreBoy
2010-07-14 17:58:32belopolsky修改messageid: <1279130312.41.0.261083160482.issue1646068@psf.upfronthosting.co.za>
2010-07-14 17:58:30belopolsky链接issue1646068 messages
2010-07-14 17:58:29belopolsky创建