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 serhiy.storchaka
Recipients rhettinger, serhiy.storchaka
Date 2019-01-05.07:59:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546675181.58.0.985098312016.issue35664@roundup.psfhosted.org>
In-reply-to
Content
Please provide microbenchmark results also for the following cases:

* Negative index with tuple.
* Slice index with tuple.
* Tuple subclass.
* List.
* Large (2**61 and -2**61) index.

I do not expect significant regression, but if it is, we should be aware.

If the above cases are not covered by tests, it may be worth to add them.
History
Date User Action Args
2019-01-05 07:59:43serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger
2019-01-05 07:59:41serhiy.storchakasetmessageid: <1546675181.58.0.985098312016.issue35664@roundup.psfhosted.org>
2019-01-05 07:59:41serhiy.storchakalinkissue35664 messages
2019-01-05 07:59:41serhiy.storchakacreate