Message379749
bpo-33387 introduced two new opcodes, `RERAISE` and `WITH_EXCEPT_START` (previously called `WITH_EXCEPT_FINISH`), replacing the previous `WITH_CLEANUP_START`, `WITH_CLEANUP_FINISH`,
`BEGIN_FINALLY`, `END_FINALLY`, `CALL_FINALLY` and `POP_FINALLY`.
The [documentation](https://docs.python.org/3.9/library/dis.html#opcode-SETUP_WITH) for it references the since removed `WITH_CLEANUP_START`, which is definitely wrong. I don't know enough to be able to fix it though, sorry, so I've added the core team. |
|
| Date |
User |
Action |
Args |
| 2020-10-27 09:54:48 | pxeger | set | recipients:
+ pxeger, docs@python |
| 2020-10-27 09:54:48 | pxeger | set | messageid: <1603792488.66.0.729213845644.issue42167@roundup.psfhosted.org> |
| 2020-10-27 09:54:48 | pxeger | link | issue42167 messages |
| 2020-10-27 09:54:48 | pxeger | create | |
|