]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-110696: Fix incorrect syntax error message for incorrect argument unpacking...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Wed, 18 Oct 2023 12:59:17 +0000 (13:59 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Oct 2023 12:59:17 +0000 (13:59 +0100)
commit4e4a3e161f52d17e0bab9d1757dc1610962b215b
tree586ad6f9df3b3b44fbf76a02fe52bfd17aaab156
parent7c308f4c64dca4093b70b7a5e49f81c4f3679359
[3.11] gh-110696: Fix incorrect syntax error message for incorrect argument unpacking (GH-110706) (#110766)
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