]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-133555: Allow regenerating the parser with Python < 3.14 (GH-133557) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 8 May 2025 01:54:42 +0000 (03:54 +0200)
committerGitHub <noreply@github.com>
Thu, 8 May 2025 01:54:42 +0000 (01:54 +0000)
commitaadfc2cbc7d98294b3a2ad0e72fe36f5527e21f7
tree6769d957e1b0f99917a4a2dc5d9f4c0166fa7f99
parentca3e3b8a272c06ef31c36365b2ae39f457c747a0
[3.14] gh-133555: Allow regenerating the parser with Python < 3.14 (GH-133557) (#133630)

gh-133555: Allow regenerating the parser with Python < 3.14 (GH-133557)
(cherry picked from commit b48599b8017f896c965e89c402bb70feef49808a)

Co-authored-by: Alex Prengère <2138730+alexprengere@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Grammar/Tokens
Tools/peg_generator/pegen/parser_generator.py