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-05.09:54:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454666047.41.0.0249882178279.issue26280@psf.upfronthosting.co.za>
In-reply-to
Content
I also suggest counting the number of BINARY_SUBSCR calls that are *not* one of the builtin types under consideration. Also, it would be good to distinguish slicing from integer indexing, for lists and tuples.
History
Date User Action Args
2016-02-05 09:54:07pitrousetrecipients: + pitrou, vstinner, serhiy.storchaka, yselivanov, zbyrne
2016-02-05 09:54:07pitrousetmessageid: <1454666047.41.0.0249882178279.issue26280@psf.upfronthosting.co.za>
2016-02-05 09:54:07pitroulinkissue26280 messages
2016-02-05 09:54:07pitroucreate