-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-96455: update example in exception_handling_notes.txt to the 3.11RC bytecode #96456
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On line 91 of the patched version there is still a mention of pushing the exception as three values. If a single POP_TOP is necessary I assume the exception is pushed as a single value, no ?
Thanks - I've fixed that now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One suggestion, otherwise LGTM.
Thanks @iritkatriel for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
GH-96477 is a backport of this pull request to the 3.11 branch. |
… 3.11RC bytecode (pythonGH-96456) (cherry picked from commit a91f255) Co-authored-by: Irit Katriel <[email protected]>
…C bytecode (GH-96456) (cherry picked from commit a91f255) Co-authored-by: Irit Katriel <[email protected]>
Fixes #96455.