-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
bpo-44885: Correct the ast locations of f-strings with format specs and repeated expressions #27729
Conversation
…nd repeated expressions
4bfd0dc
to
528cb29
Compare
Co-authored-by: Batuhan Taskaya <isidentical@gmail.com>
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 @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Sorry, @pablogsal, I could not cleanly backport this to |
Sorry @pablogsal, I had trouble checking out the |
…specs and repeated expressions (pythonGH-27729). (cherry picked from commit 8e832fb) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
GH-27743 is a backport of this pull request to the 3.10 branch. |
GH-27744 is a backport of this pull request to the 3.9 branch. |
…pecs and repeated expressions (pythonGH-27729). (cherry picked from commit 8e832fb) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
https://bugs.python.org/issue44885