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 kristjan.jonsson, mark.dickinson, pitrou, scoder
Date 2011-02-03.15:32:14
SpamBayes Score 0.0021901233
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
> of course, this will not help for other common cases such as l[x:x+2]

... which is exactly what this slice caching patch is there for. ;-)
History
Date User Action Args
2011-02-03 15:32:15scodersetrecipients: + scoder, mark.dickinson, pitrou, kristjan.jonsson
2011-02-03 15:32:15scodersetmessageid: <[email protected]>
2011-02-03 15:32:14scoderlinkissue10227 messages
2011-02-03 15:32:14scodercreate