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-41076: Pre-feed the parser with the f-string expression location #21054

Merged
merged 6 commits into from
Jun 27, 2020

Commits on Jun 22, 2020

  1. bpo-41076: Pre-feed the parser with the f-string expression location

    This PR changes the parsing of f-string expressions with the new
    parser. The parser gets pre-fed with the location of the expression
    itself (not the f-string, which was what we were doing before). This
    allows us to completely skip the shifting of the AST nodes after
    the parsing is completed.
    lysnikolaou committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    561ffc8 View commit details
    Browse the repository at this point in the history
  2. Run 'make regen-all'

    lysnikolaou committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    ffdf495 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73f5db1 View commit details
    Browse the repository at this point in the history
  4. Add comments

    lysnikolaou committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    9bbc987 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Configuration menu
    Copy the full SHA
    f017da2 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. Configuration menu
    Copy the full SHA
    32fd018 View commit details
    Browse the repository at this point in the history