we-like-parsers / cpython

Here we work on integrating pegen into CPython; use branch 'pegen'
https://github.com/gvanrossum/pegen
Other
1 stars 0 forks source link

Use new tokenizer column offset to fix fstring ast locations #195

Closed lysnikolaou closed 1 year ago

lysnikolaou commented 1 year ago

Use the changes from python/cpython#97984 and python/cpython#98000 to product correct ast locations for fstrings.

pablogsal commented 1 year ago

Great work 🎉

We are closer ❤️