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 gvanrossum
Recipients Mark.Shannon, brandtbucher, gvanrossum, pablogsal, quentel, steven.daprano
Date 2021-07-27.14:21:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627395665.02.0.960209140194.issue44741@roundup.psfhosted.org>
In-reply-to
Content
Given that the class used to demonstrate this behavior has a bug (__len__ is inconsistent with __getitem__), I don't think it matters much -- if doing it your way is (as I suspect) slower than the current implementation for other (well-behaved) sequences, we should not change the implementation.
History
Date User Action Args
2021-07-27 14:21:05gvanrossumsetrecipients: + gvanrossum, steven.daprano, Mark.Shannon, quentel, pablogsal, brandtbucher
2021-07-27 14:21:05gvanrossumsetmessageid: <1627395665.02.0.960209140194.issue44741@roundup.psfhosted.org>
2021-07-27 14:21:05gvanrossumlinkissue44741 messages
2021-07-27 14:21:04gvanrossumcreate