]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-115881: Ensure `ast.parse()` parses conditional context managers even with...
authorAlex Waygood <Alex.Waygood@Gmail.com>
Mon, 26 Feb 2024 16:27:51 +0000 (16:27 +0000)
committerGitHub <noreply@github.com>
Mon, 26 Feb 2024 16:27:51 +0000 (16:27 +0000)
commita30a1e7a4968f393d598ec5b2b96fa9ef42438be
tree63f635328e32a977554d8d5385ca8b9304f468ba
parent35a43d43943ad1e038ec2c55cc7006932aeb5b07
[3.11] gh-115881: Ensure `ast.parse()` parses conditional context managers even with low `feature_version` passed (#115920) (#115960)
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