Staging
v0.5.1
https://github.com/python/cpython
Revision 1f0f4abb110b9fbade6175842b6a26ab0b8df6dd authored by Lysandros Nikolaou on 27 June 2020, 23:41:48 UTC, committed by GitHub on 27 June 2020, 23:41:48 UTC
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.
1 parent 89e82c4
History
Tip revision: 1f0f4abb110b9fbade6175842b6a26ab0b8df6dd authored by Lysandros Nikolaou on 27 June 2020, 23:41:48 UTC
bpo-41076: Pre-feed the parser with the f-string expression location (GH-21054)
Tip revision: 1f0f4ab
File Mode Size
resources
scripts
README.rst -rw-r--r-- 3.8 KB
build-installer.py -rwxr-xr-x 61.5 KB
seticon.m -rw-r--r-- 598 bytes
tk868_on_10_8_10_9.patch -rw-r--r-- 788 bytes

README.rst

back to top