]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96587: Raise `SyntaxError` for PEP654 on older `feature_version` (#96588)
authorNikita Sobolev <mail@sobolevn.me>
Mon, 5 Sep 2022 16:54:09 +0000 (19:54 +0300)
committerGitHub <noreply@github.com>
Mon, 5 Sep 2022 16:54:09 +0000 (17:54 +0100)
commit2c7d2e8d46164efb6e27a64081d8e949f6876515
tree20cdb1ece49de9a14c731c62ab31dcab7929da09
parenta9d58feccfd956dc99195af6872b06446738d7db
gh-96587: Raise `SyntaxError` for PEP654 on older `feature_version` (#96588)
Grammar/python.gram
Lib/test/test_ast.py
Misc/NEWS.d/next/Core and Builtins/2022-09-05-19-20-44.gh-issue-96587.bVxhX2.rst [new file with mode: 0644]
Parser/parser.c