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 iritkatriel
Recipients iritkatriel
Date 2021-12-30.10:16:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640859376.18.0.58534498395.issue46202@roundup.psfhosted.org>
In-reply-to
Content
Following issue45711 this opcode can be replaced by 

ADDOP(c, ROT_THREE);
ADDOP(c, ROT_THREE);
ADDOP(c, POP_EXCEPT);
ADDOP_I(c, RERAISE, 1);
History
Date User Action Args
2021-12-30 10:16:16iritkatrielsetrecipients: + iritkatriel
2021-12-30 10:16:16iritkatrielsetmessageid: <1640859376.18.0.58534498395.issue46202@roundup.psfhosted.org>
2021-12-30 10:16:16iritkatriellinkissue46202 messages
2021-12-30 10:16:16iritkatrielcreate