-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-130618: Fix parser error when using lambdas inside f-strings #130638
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! Thanks!
Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, @pablogsal, I could not cleanly backport this to
|
Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, @pablogsal, I could not cleanly backport this to
|
…python#130638) (cherry picked from commit e06bebb)
…strings (pythonGH-130638) (cherry picked from commit e06bebb) Co-authored-by: Pablo Galindo Salgado <[email protected]>
…strings (pythonGH-130638) (cherry picked from commit e06bebb) Co-authored-by: Pablo Galindo Salgado <[email protected]>
GH-130642 is a backport of this pull request to the 3.13 branch. |
…strings (pythonGH-130638) (cherry picked from commit e06bebb) Co-authored-by: Pablo Galindo Salgado <[email protected]> Signed-off-by: Pablo Galindo <[email protected]>
…strings (pythonGH-130638) (cherry picked from commit e06bebb) Co-authored-by: Pablo Galindo Salgado <[email protected]>
GH-130644 is a backport of this pull request to the 3.12 branch. |
GH-130638) (#130642) (cherry picked from commit e06bebb) Signed-off-by: Pablo Galindo <[email protected]>
UnicodeDecodeError
orSystemError
when usingf-string
withlambda
and non-ASCII characters #130618