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 pieter.eendebak
Recipients pieter.eendebak
Date 2022-04-07.19:10:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1649358615.39.0.761940609811.issue47251@roundup.psfhosted.org>
In-reply-to
Content
The implementations of BINARY_SUBSCR_LIST_INT and BINARY_SUBSCR_TUPLE_INT are almost identical. They can be merged, so there is one opcode less and the code is shared.
History
Date User Action Args
2022-04-07 19:10:15pieter.eendebaksetrecipients: + pieter.eendebak
2022-04-07 19:10:15pieter.eendebaksetmessageid: <1649358615.39.0.761940609811.issue47251@roundup.psfhosted.org>
2022-04-07 19:10:15pieter.eendebaklinkissue47251 messages
2022-04-07 19:10:15pieter.eendebakcreate