Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
iritkatriel committed May 30, 2024
1 parent 51afcd0 commit ae497e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions InternalDocs/exception_handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ except:
compiles into pseudo-code like the following:

```
{
`RESUME` 0
1 `SETUP_FINALLY` 8 (to L1)
Expand All @@ -36,7 +35,6 @@ compiles into pseudo-code like the following:
4 `LOAD_CONST` 1 ('fail')
`STORE_NAME` 1 (res)
}
```

The `SETUP_FINALLY` instruction specifies that henceforth, exceptions
Expand Down

0 comments on commit ae497e6

Please sign in to comment.