Skip to content
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-40334: Fix shifting of nested fstrings #19771

Merged
merged 1 commit into from
Apr 29, 2020

Conversation

lysnikolaou
Copy link
Contributor

@lysnikolaou lysnikolaou commented Apr 28, 2020

JoinedStrs and FormattedValues also need to be shifted, in order
to correctly compute the location of nested fstrings.

Closes we-like-parsers#114.

https://bugs.python.org/issue40334

`JoinedStr`s and `FormattedValue`s also need to be shifted, in order
to correctly compute the location of nested fstrings.

Closes we-like-parsers#114.
@pablogsal
Copy link
Member

I don't understand why Azure keeps failing :S

@pablogsal pablogsal closed this Apr 29, 2020
@pablogsal pablogsal reopened this Apr 29, 2020
@pablogsal pablogsal merged commit 37af21b into python:master Apr 29, 2020
@lysnikolaou lysnikolaou deleted the fix-nested-fstring-shifting branch April 29, 2020 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Column offsets in nested f-string expressions are wrong
4 participants