Created on 2020-10-27 09:54 by pxeger, last changed 2020-10-27 10:05 by xtreak.
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-10-27 10:05:21 | xtreak | set | nosy:
+ Mark.Shannon |
| 2020-10-27 09:54:48 | pxeger | create | |
Created on 2020-10-27 09:54 by pxeger, last changed 2020-10-27 10:05 by xtreak.
| Messages (1) | |||
|---|---|---|---|
| msg379749 - (view) | Author: Patrick Reader (pxeger) * | Date: 2020-10-27 09:54 | |
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. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-10-27 10:05:21 | xtreak | set | nosy:
+ Mark.Shannon |
| 2020-10-27 09:54:48 | pxeger | create | |