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 rhettinger
Recipients rhettinger
Date 2019-01-05.05:17:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Improve performance by 33% by optimizing argument handling and by adding a fast path for the common case of a single non-negative integer index into a tuple (which is the typical use case in the standard library).
History
Date User Action Args
2019-01-05 05:17:59rhettingersetrecipients: + rhettinger
2019-01-05 05:17:56rhettingersetmessageid: <[email protected]>
2019-01-05 05:17:56rhettingerlinkissue35664 messages
2019-01-05 05:17:56rhettingercreate