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
收信人 BreamoreBoy, belopolsky, georg.brandl, jimjjewett, ked-tao, loewis, mark.dickinson, pitrou, tim.peters
日期 2010-07-14.20:56:05
SpamBayes Score 0.010913777
Marked as misclassified
Message-id <1279140968.11.0.935782807465.issue1646068@psf.upfronthosting.co.za>
In-reply-to
内容
The approach in Alexander's patch looks fine to me.  +1 on applying this patch if someone can test it on a platform where sizeof(long) > sizeof(Py_ssize_t), and also verify that there are current test failures that are fixed by this patch.  (If there are no such tests, we should add some.)

I've only tested this on machines with sizeof(long) == sizeof(Py_ssize_t) == 4 and sizeof(long) == sizeof(Py_ssize_t) == 8, which isn't really much of a test at all.

ked-tao, if you're still listening:  are you in a position to test Alexander's patch on a relevant machine?
历史
日期 用户 动作 参数
2010-07-14 20:56:08mark.dickinson修改recipients: + mark.dickinson, tim.peters, loewis, georg.brandl, jimjjewett, belopolsky, pitrou, ked-tao, BreamoreBoy
2010-07-14 20:56:08mark.dickinson修改messageid: <1279140968.11.0.935782807465.issue1646068@psf.upfronthosting.co.za>
2010-07-14 20:56:05mark.dickinson链接issue1646068 messages
2010-07-14 20:56:05mark.dickinson创建