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, thoger
Date 2010-05-10.15:05:14
SpamBayes Score 0.0065966486
Marked as misclassified No
Message-id <1273503917.06.0.595395323764.issue8674@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, it looks to me as though all those 'int' lengths should really be 'Py_ssize_t'.  I don't think that's something we can change in 2.6, though;  probably not in 2.7 either, since we're getting too close to the release.  It can and should be changed in py3k, though.

I'll review this patch and (assuming it looks good) apply it to the 2.x branches.  It would be great to have some tests, though.
History
Date User Action Args
2010-05-10 15:05:17mark.dickinsonsetrecipients: + mark.dickinson, thoger
2010-05-10 15:05:17mark.dickinsonsetmessageid: <1273503917.06.0.595395323764.issue8674@psf.upfronthosting.co.za>
2010-05-10 15:05:15mark.dickinsonlinkissue8674 messages
2010-05-10 15:05:14mark.dickinsoncreate