]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115881: Ensure `ast.parse()` parses conditional context managers even with low...
authorAlex Waygood <Alex.Waygood@Gmail.com>
Mon, 26 Feb 2024 09:22:09 +0000 (09:22 +0000)
committerGitHub <noreply@github.com>
Mon, 26 Feb 2024 09:22:09 +0000 (09:22 +0000)
commit7a3518e43aa50ea57fd35863da831052749b6115
treebfd5cdecb5d3d71a74f2ec7f4fbf3981c0e2a20c
parent8e8ab75d97f51c2850eb8cd711010662d5f1d360
gh-115881: Ensure `ast.parse()` parses conditional context managers even with low `feature_version` passed (#115920)
Grammar/python.gram
Lib/test/test_ast.py
Lib/test/test_type_comments.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