]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94947: Disallow parsing walrus with feature_version < (3, 8) (GH-94948)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 18 Jul 2022 09:46:21 +0000 (02:46 -0700)
committerGitHub <noreply@github.com>
Mon, 18 Jul 2022 09:46:21 +0000 (02:46 -0700)
commit7dc236d11642a2b366a7f20bc057c1934b3687ef
treed9007ca5cd6361685e4b0e92e3dd3837945cc28f
parent30412d91b6bfb4c973dbfd5cbe2c2e2f7d9e0563
gh-94947: Disallow parsing walrus with feature_version < (3, 8) (GH-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>
(cherry picked from commit ae0be5a53bb4caee3de4888341addd9c94133f2d)

Co-authored-by: Shantanu <12621235+hauntsaninja@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