We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b12f88 commit 51afcd0Copy full SHA for 51afcd0
InternalDocs/exception_handling.md
@@ -19,23 +19,23 @@ compiles into pseudo-code like the following:
19
20
```
21
{
22
- `RESUME` 0
+ `RESUME` 0
23
24
- 1 `SETUP_FINALLY` 8 (to L1)
+ 1 `SETUP_FINALLY` 8 (to L1)
25
26
- 2 `LOAD_NAME` 0 (g)
27
- `PUSH_NULL`
28
- `LOAD_CONST` 0 (0)
29
- `CALL` 1
30
- `POP_TOP`
31
- `POP_BLOCK`
+ 2 `LOAD_NAME` 0 (g)
+ `PUSH_NULL`
+ `LOAD_CONST` 0 (0)
+ `CALL` 1
+ `POP_TOP`
+ `POP_BLOCK`
32
33
- -- L1: `PUSH_EXC_INFO`
+ -- L1: `PUSH_EXC_INFO`
34
35
- 3 `POP_TOP`
+ 3 `POP_TOP`
36
37
- 4 `LOAD_CONST` 1 ('fail')
38
- `STORE_NAME` 1 (res)
+ 4 `LOAD_CONST` 1 ('fail')
+ `STORE_NAME` 1 (res)
39
}
40
41
0 commit comments