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 51afcd0 commit ae497e6Copy full SHA for ae497e6
1 file changed
InternalDocs/exception_handling.md
@@ -18,7 +18,6 @@ except:
18
compiles into pseudo-code like the following:
19
20
```
21
-{
22
`RESUME` 0
23
24
1 `SETUP_FINALLY` 8 (to L1)
@@ -36,7 +35,6 @@ compiles into pseudo-code like the following:
36
35
37
4 `LOAD_CONST` 1 ('fail')
38
`STORE_NAME` 1 (res)
39
-}
40
41
42
The `SETUP_FINALLY` instruction specifies that henceforth, exceptions
0 commit comments