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 mark.dickinson
Recipients BreamoreBoy, belopolsky, georg.brandl, jimjjewett, ked-tao, loewis, mark.dickinson, pitrou, tim.peters
Date 2010-07-14.20:56:05
SpamBayes Score 0.010913777
Marked as misclassified No
Message-id <1279140968.11.0.935782807465.issue1646068@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2010-07-14 20:56:08mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, loewis, georg.brandl, jimjjewett, belopolsky, pitrou, ked-tao, BreamoreBoy
2010-07-14 20:56:08mark.dickinsonsetmessageid: <1279140968.11.0.935782807465.issue1646068@psf.upfronthosting.co.za>
2010-07-14 20:56:05mark.dickinsonlinkissue1646068 messages
2010-07-14 20:56:05mark.dickinsoncreate