]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109120: Fix syntax error in handlinh of incorrect star expressions (#117444)
authorGrigoriev Semyon <33061489+grigoriev-semyon@users.noreply.github.com>
Tue, 2 Apr 2024 10:42:58 +0000 (13:42 +0300)
committerGitHub <noreply@github.com>
Tue, 2 Apr 2024 10:42:58 +0000 (11:42 +0100)
commitc97d3af2391e62ef456ef2365d48ab9b8cdbe27b
tree0afaf45e907ff189c6a955f7e613211803a10ea8
parent1d5479b236e9a66dd32a24eff6fb83e3242b999d
gh-109120: Fix syntax error in handlinh of incorrect star expressions (#117444)
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