]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133194: Fix regression with PEP 758 parsing on older `feature_version` (#133289)
authorsobolevn <mail@sobolevn.me>
Sat, 3 May 2025 07:33:14 +0000 (10:33 +0300)
committerGitHub <noreply@github.com>
Sat, 3 May 2025 07:33:14 +0000 (10:33 +0300)
commitca0a96dfaa686c314e9d706023a59d26b6cc33b9
tree786c8d642e419869aaafcd17d6fd8eab76f61a5b
parent345fdce1d024f238c53bc355e90ec1c17e12ec20
gh-133194: Fix regression with PEP 758 parsing on older `feature_version` (#133289)

gh-133192: Fix regression with PEP 758 parsing on older `feature_version`
Grammar/python.gram
Lib/test/test_ast/test_ast.py
Parser/parser.c