[New-bugs-announce] [issue46202] remove opcode POP_EXCEPT_AND_RERAISE

Irit Katriel report at bugs.python.org
Thu Dec 30 05:16:16 EST 2021


New submission from Irit Katriel <iritkatriel at gmail.com>:

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);

----------
assignee: iritkatriel
components: Interpreter Core
messages: 409356
nosy: iritkatriel
priority: normal
severity: normal
status: open
title: remove opcode POP_EXCEPT_AND_RERAISE
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46202>
_______________________________________


More information about the New-bugs-announce mailing list