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 pitrou, serhiy.storchaka, vstinner, yselivanov, zbyrne
Date 2016-02-04.23:00:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454626840.85.0.842552008076.issue26280@psf.upfronthosting.co.za>
In-reply-to
Content
> I'm pretty sure that optimizing lists (and tuples?) is a great idea.

I think it's a good idea indeed.

> It would also be nice to optimize [-1] lookup

How is that different from the above? :)
History
Date User Action Args
2016-02-04 23:00:40pitrousetrecipients: + pitrou, vstinner, serhiy.storchaka, yselivanov, zbyrne
2016-02-04 23:00:40pitrousetmessageid: <1454626840.85.0.842552008076.issue26280@psf.upfronthosting.co.za>
2016-02-04 23:00:40pitroulinkissue26280 messages
2016-02-04 23:00:40pitroucreate