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 pitrou
Recipients kristjan.jonsson, pitrou
Date 2010-10-29.10:50:43
SpamBayes Score 0.00617993
Marked as misclassified No
Message-id <1288349440.3565.52.camel@localhost.localdomain>
In-reply-to <1288349318.74.0.841355382384.issue10227@psf.upfronthosting.co.za>
Content
> I'd have to take another look with the profiler to figure out how
> bytes slicing in 3.0 works, but I suspect that it is somehow
> fasttracked passed the creation of slice objects, etc.

I don't think it is fasttracked at all. 
Even plain indexing is not fasttracked either.
History
Date User Action Args
2010-10-29 10:50:44pitrousetrecipients: + pitrou, kristjan.jonsson
2010-10-29 10:50:43pitroulinkissue10227 messages
2010-10-29 10:50:43pitroucreate