]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94947: Disallow parsing walrus with feature_version < (3, 8) (#94948)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Mon, 18 Jul 2022 09:20:12 +0000 (02:20 -0700)
committerGitHub <noreply@github.com>
Mon, 18 Jul 2022 09:20:12 +0000 (10:20 +0100)
commitae0be5a53bb4caee3de4888341addd9c94133f2d
treeb6dbf5b251e3ef14eeb30da142e14fa22dbebb60
parent97b4121f9373a1b5312b90ac00eae9960deacfdb
gh-94947: Disallow parsing walrus with feature_version < (3, 8) (#94948)

* gh-94947: Disallow parsing walrus with feature_version < (3, 8)

* oops, commit the parser

* ðŸ“œðŸ¤– Added by blurb_it.

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Grammar/python.gram
Lib/test/test_ast.py
Misc/NEWS.d/next/Core and Builtins/2022-07-18-04-48-34.gh-issue-94947.df9gUw.rst [new file with mode: 0644]
Parser/parser.c