SIGN IN SIGN UP

bpo-41076: Pre-feed the parser with the f-string expression location (GH-21054)

This commit 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.
L
Lysandros Nikolaou committed
1f0f4abb110b9fbade6175842b6a26ab0b8df6dd
Parent: 89e82c4
Committed by GitHub <noreply@github.com> on 6/27/2020, 11:41:48 PM