]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-94947: Disallow parsing walrus with feature_version < (3, 8) (GH-94948...
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Mon, 18 Jul 2022 19:43:23 +0000 (12:43 -0700)
committerGitHub <noreply@github.com>
Mon, 18 Jul 2022 19:43:23 +0000 (20:43 +0100)
commitdda9198021b3c34a4882c8524f720b2f83a56ea1
treee5dfe38955fe5323b814e60de4b748c8ec362e0d
parent95ae29d508af16be5221692eecdfe7077ebd5f3f
[3.10] gh-94947: Disallow parsing walrus with feature_version < (3, 8) (GH-94948) (#94969)

* 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