]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133555: Allow regenerating the parser with Python < 3.14 (#133557)
authorAlex Prengère <2138730+alexprengere@users.noreply.github.com>
Thu, 8 May 2025 01:28:20 +0000 (03:28 +0200)
committerGitHub <noreply@github.com>
Thu, 8 May 2025 01:28:20 +0000 (02:28 +0100)
commitb48599b8017f896c965e89c402bb70feef49808a
tree29fe17c68c4366477c73f9222fb3127884cf42f7
parent90f476e0f8dbb3a8603f67200c2422fb098c166c
gh-133555: Allow regenerating the parser with Python < 3.14 (#133557)

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