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 zbyrne
Recipients pitrou, serhiy.storchaka, vstinner, yselivanov, zbyrne
Date 2016-02-19.02:19:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455848391.3.0.823552503031.issue26280@psf.upfronthosting.co.za>
In-reply-to
Content
Is it worth handling the exception, or just let it take the slow path and get caught by PyObject_GetItem()? We're still making sure the index is in bounds.

Also, where would be an appropriate place to put a macro for adjusting negative indices?
History
Date User Action Args
2016-02-19 02:19:51zbyrnesetrecipients: + zbyrne, pitrou, vstinner, serhiy.storchaka, yselivanov
2016-02-19 02:19:51zbyrnesetmessageid: <1455848391.3.0.823552503031.issue26280@psf.upfronthosting.co.za>
2016-02-19 02:19:51zbyrnelinkissue26280 messages
2016-02-19 02:19:51zbyrnecreate