]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110696: Fix incorrect syntax error message for incorrect argument unpacking (...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Thu, 12 Oct 2023 09:02:02 +0000 (10:02 +0100)
committerGitHub <noreply@github.com>
Thu, 12 Oct 2023 09:02:02 +0000 (09:02 +0000)
commit3d180347ae73119bb51500efeeafdcd62bcc6f78
treeabbed868b602e330ce9880552f5a64c4b24557d7
parentec5622d1977c03960883547f7b8f55c26ac85df2
gh-110696: Fix incorrect syntax error message for incorrect argument unpacking (#110706)
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