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 scoder
Recipients pitrou, scoder
Date 2013-08-22.20:52:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377204772.02.0.934295206007.issue18813@psf.upfronthosting.co.za>
In-reply-to
Content
The get/set/delitem slicing protocol has replaced the old Py2.x get/set/delslice protocol in Py3.x. This change introduces a substantial overhead due to processing indices as Python objects rather than plain Py_ssize_t values. This overhead should be reduced as much as possible.

This ticket can be seen as a more general follow-up to issue10227.
History
Date User Action Args
2013-08-22 20:52:52scodersetrecipients: + scoder, pitrou
2013-08-22 20:52:52scodersetmessageid: <1377204772.02.0.934295206007.issue18813@psf.upfronthosting.co.za>
2013-08-22 20:52:51scoderlinkissue18813 messages
2013-08-22 20:52:51scodercreate