]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-109120: Fix syntax error in handlinh of incorrect star expressions… (#117464)
authorGrigoriev Semyon <33061489+grigoriev-semyon@users.noreply.github.com>
Wed, 3 Apr 2024 10:37:39 +0000 (13:37 +0300)
committerGitHub <noreply@github.com>
Wed, 3 Apr 2024 10:37:39 +0000 (11:37 +0100)
commit3bc0d2b851bfa38bb3614d56bd9b83b1c651ea63
tree498314e2cbc18346e86f4fa5d3f5376de559ca43
parentcd12e6c779fd96d0cb9bd9960bd7f38201f13398
[3.11] gh-109120: Fix syntax error in handlinh of incorrect star expressions… (#117464)

gh-109120: Fix syntax error in handlinh of incorrect star expressions (#117444)

(cherry picked from commit c97d3af2391e62ef456ef2365d48ab9b8cdbe27b)
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2024-04-02-06-16-49.gh-issue-109120.X485oN.rst [new file with mode: 0644]
Parser/parser.c