mirror of
https://github.com/python/cpython.git
synced 2024-11-27 15:27:06 +01:00
6a2f12a754
Grammar actions need to be valid Python tokens and the accepted tokens need to be listed in the actions mini-grammar). In Python 3.12+ (PEP 701), f-strings are no longer STRING tokens, so pegen fails to regenerate the metaparser on this Python version, as in: PYTHON_FOR_REGEN=python3.12 make regen-pegen-metaparser Use `+` and plain strings rather than f-strings. Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com> |
||
---|---|---|
.. | ||
data | ||
peg_extension | ||
pegen | ||
scripts | ||
.clang-format | ||
.gitignore | ||
Makefile | ||
mypy.ini | ||
pyproject.toml | ||
requirements.pip |