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 mark.dickinson, mcfrith
Date 2010-08-06.09:47:43
SpamBayes Score 2.004376e-08
Marked as misclassified No
Message-id <1281088066.84.0.811379666509.issue9526@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report.  Also applies to 3.1 and 3.2 (and 2.6, but it's too late to fix things there).  I agree that those (int) casts look wrong---I suspect they're leftovers from the big int -> Py_ssize_t switch that happened for Python 2.5.

I've removed the casts in svn revisions 83751 through 83754.  Unfortunately, right now I don't have access to a machine with enough memory to test that this fixes the problem.  Martin, would you be able to check this?  You'll need a Python svn checkout if you don't already have one;  instructions for getting it are at http://python.org/dev
History
Date User Action Args
2010-08-06 09:47:47mark.dickinsonsetrecipients: + mark.dickinson, mcfrith
2010-08-06 09:47:46mark.dickinsonsetmessageid: <1281088066.84.0.811379666509.issue9526@psf.upfronthosting.co.za>
2010-08-06 09:47:44mark.dickinsonlinkissue9526 messages
2010-08-06 09:47:43mark.dickinsoncreate