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 vajrasky
Recipients Arfrever, ezio.melotti, python-dev, serhiy.storchaka, vajrasky, vstinner, zach.ware
Date 2013-11-03.11:55:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383479725.85.0.704992551315.issue19424@psf.upfronthosting.co.za>
In-reply-to
Content
Py_ssize_t is signed long. size_it is unsigned long. In this case, I suppose we should avoid unsigned as much as possible in comparison with signed.

So I think Zachary's patch is reasonable.

What do you think, Victor?
History
Date User Action Args
2013-11-03 11:55:25vajraskysetrecipients: + vajrasky, vstinner, ezio.melotti, Arfrever, python-dev, zach.ware, serhiy.storchaka
2013-11-03 11:55:25vajraskysetmessageid: <1383479725.85.0.704992551315.issue19424@psf.upfronthosting.co.za>
2013-11-03 11:55:25vajraskylinkissue19424 messages
2013-11-03 11:55:25vajraskycreate