8000 gh-119786: move exception handling doc to InternalDocs by iritkatriel · Pull Request #119815 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-119786: move exception handling doc to InternalDocs #119815

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jun 3, 2024
Prev Previous commit
Next Next commit
formatting
  • Loading branch information
iritkatriel committed May 30, 2024
commit fc5d21701ee54571433a73e6ec80295b20bfb8b5
2 changes: 2 additions & 0 deletions InternalDocs/exception_handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,14 @@ of the following steps:
Format of the exception table
-----------------------------

```
Conceptually, the exception table consists of a sequence of 5-tuples:
1. `start-offset` (inclusive)
2. `end-offset` (exclusive)
3. `target`
4. `stack-depth`
5. `push-lasti` (boolean)
```

All offsets and lengths are in code units, not bytes.

Expand Down
0