-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
gh-137288: Fix bug where boolean expressions are not associated with the correct exception handler #137310
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
… with the correct exception handler
This looks reasonable to me but I don't know this code enough to review it. However, the fix will require bumping the PYC magic number in 3.14.0rc2 :( Heads up, @hugovk |
The code changes look good to me. I think this needs a separate pyc magic number bump for the backport. |
This reverts commit af2128c.
Thanks @iritkatriel for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
Sorry, @iritkatriel, I could not cleanly backport this to
|
…ociated with the correct exception handler (pythonGH-137310). (cherry picked from commit 1f2026b) Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
GH-137427 is a backport of this pull request to the 3.14 branch. |
Fixes #137288.