mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-46202: Remove opcode POP_EXCEPT_AND_RERAISE (GH-30302)
* bpo-46202: remove opcode POP_EXCEPT_AND_RERAISE * do not assume that an exception group is truthy
This commit is contained in:
parent
a09062c267
commit
a94461d718
11 changed files with 138 additions and 146 deletions
|
@ -77,8 +77,6 @@ def_op('MATCH_KEYS', 33)
|
|||
|
||||
def_op('PUSH_EXC_INFO', 35)
|
||||
|
||||
def_op('POP_EXCEPT_AND_RERAISE', 37)
|
||||
|
||||
def_op('WITH_EXCEPT_START', 49)
|
||||
def_op('GET_AITER', 50)
|
||||
def_op('GET_ANEXT', 51)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue