]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-115881: Ensure `ast.parse()` parses conditional context managers even with...
authorAlex Waygood <Alex.Waygood@Gmail.com>
Mon, 26 Feb 2024 15:45:38 +0000 (15:45 +0000)
committerGitHub <noreply@github.com>
Mon, 26 Feb 2024 15:45:38 +0000 (15:45 +0000)
commit53b84e772cac6e4a55cebf908d6bb9c48fe254dc
tree5940364b81a72680ce7de7fdb3d14c254314c7f0
parent1932da0c3dadb39b0d560c5367bb2b79381e4a15
[3.12] gh-115881: Ensure `ast.parse()` parses conditional context managers even with low `feature_version` passed (#115920) (#115959)
Grammar/python.gram
Lib/test/test_ast.py
Misc/NEWS.d/next/Library/2024-02-25-19-20-05.gh-issue-115881.ro_Kuw.rst [new file with mode: 0644]
Parser/parser.c