]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-110696: Fix incorrect syntax error message for incorrect argument unpacking...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Thu, 12 Oct 2023 10:51:56 +0000 (11:51 +0100)
committerGitHub <noreply@github.com>
Thu, 12 Oct 2023 10:51:56 +0000 (10:51 +0000)
commit4d0e6c895e8b7396ea9d84422db05b329d1985ac
tree531c3bfb36e8e36a878159fba476a4055dad7f6e
parentea3ac56a05d00da82ffd4b9326654aab4893cb72
[3.12] gh-110696: Fix incorrect syntax error message for incorrect argument unpacking (GH-110706) (#110765)

(cherry picked from commit 3d180347ae73119bb51500efeeafdcd62bcc6f78)
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2023-10-11-13-46-14.gh-issue-110696.J9kSzr.rst [new file with mode: 0644]
Parser/parser.c