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 rhettinger
Recipients rhettinger, serhiy.storchaka
Date 2015-03-01.06:21:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425190903.2.0.814725974688.issue23553@psf.upfronthosting.co.za>
In-reply-to
Content
> But it wouldn't work for say off_t.

I'm only proposing a bounds checking macro for the Py_ssize_t case which is what all of our IndexError tests look for.

Also, please look at the attached deque fix.
History
Date User Action Args
2015-03-01 06:21:43rhettingersetrecipients: + rhettinger, serhiy.storchaka
2015-03-01 06:21:43rhettingersetmessageid: <1425190903.2.0.814725974688.issue23553@psf.upfronthosting.co.za>
2015-03-01 06:21:43rhettingerlinkissue23553 messages
2015-03-01 06:21:43rhettingercreate