Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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!
e06bebb
intopython:mainUh oh!
There was an error while loading.Please reload this page.
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 commite06bebb)
…strings (pythonGH-130638)(cherry picked from commite06bebb)Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
…strings (pythonGH-130638)(cherry picked from commite06bebb)Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
GH-130642 is a backport of this pull request to the3.13 branch. |
…strings (pythonGH-130638)(cherry picked from commite06bebb)Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
…strings (pythonGH-130638)(cherry picked from commite06bebb)Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
GH-130644 is a backport of this pull request to the3.12 branch. |
Uh oh!
There was an error while loading.Please reload this page.
UnicodeDecodeError
orSystemError
when usingf-string
withlambda
and non-ASCII characters #130618