Message298935
For example we could generate the following bytecode:
SETUP_FINALLY L1
// ... stmt1
POP_BLOCK
JUMP_FINALLY L1
L1:
// ... stmt2
RERAISE
JUMP_FORWARD L2
L2:
JUMP_FINALLY would push 3 Nones on the stack. RERAISE would raise only if non-None values are popped. |
|
| Date |
User |
Action |
Args |
| 2017-07-24 08:25:51 | pitrou | set | recipients:
+ pitrou, nascheme, rhettinger, mark.dickinson, vstinner, christian.heimes, benjamin.peterson, trent, Mark.Shannon, serhiy.storchaka, Demur Rumed |
| 2017-07-24 08:25:51 | pitrou | set | messageid: <[email protected]> |
| 2017-07-24 08:25:51 | pitrou | link | issue17611 messages |
| 2017-07-24 08:25:51 | pitrou | create | |
|