]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125588: Teach the python PEG generator the new f-string tokens (#125589)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 29 Oct 2024 23:40:12 +0000 (23:40 +0000)
committerGitHub <noreply@github.com>
Tue, 29 Oct 2024 23:40:12 +0000 (23:40 +0000)
commit9dfef4e5f4ac3c1ce494c48f2476a694c12d72a5
tree16baaf8027be098e70bf13ed93ffffc68c84ead7
parent0e45b1fd0ffbb165f580ecdfd5234c1d54389501
gh-125588: Teach the python PEG generator the new f-string tokens (#125589)

Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Lib/test/test_peg_generator/test_pegen.py
Misc/NEWS.d/next/Core_and_Builtins/2024-10-16-13-52-48.gh-issue-125588.kCahyO.rst [new file with mode: 0644]
Tools/peg_generator/pegen/grammar_parser.py
Tools/peg_generator/pegen/metagrammar.gram
Tools/peg_generator/pegen/parser.py
Tools/peg_generator/pegen/python_generator.py