]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-109120: Fix syntax error in handlinh of incorrect star expressions… (#117465)
authorGrigoriev Semyon <33061489+grigoriev-semyon@users.noreply.github.com>
Thu, 4 Apr 2024 15:22:43 +0000 (18:22 +0300)
committerGitHub <noreply@github.com>
Thu, 4 Apr 2024 15:22:43 +0000 (11:22 -0400)
commita49426afaa470894cc3d2771d0510935b5a844b8
treefade1d2d40f12e827a980dc5f3f469f7e9ddbee4
parent663e7bc2eed89c72e795d7b855c7ff283c0264c1
[3.12] gh-109120: Fix syntax error in handlinh of incorrect star expressions… (#117465)

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