-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-46339: Fix crash in the parser when computing error text for multi-line f-strings #30529
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.
LGTM (a small question below)
@pablogsal: Status check is done, and it's a success ✅ . |
Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
GH-30542 is a backport of this pull request to the 3.10 branch. |
…i-line f-strings (pythonGH-30529) Automerge-Triggered-By: GH:pablogsal (cherry picked from commit cedec19) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
…or multi-line f-strings (GH-30529) (GH-30542) * bpo-46339: Fix crash in the parser when computing error text for multi-line f-strings (GH-30529) Automerge-Triggered-By: GH:pablogsal (cherry picked from commit cedec19) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com> * Fix interactive mode Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
|
https://bugs.python.org/issue46339
Automerge-Triggered-By: GH:pablogsal