]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-44168: Fix error message in the parser for keyword arguments for invalid...
authorPablo Galindo <Pablogsal@gmail.com>
Wed, 19 May 2021 18:26:59 +0000 (19:26 +0100)
committerGitHub <noreply@github.com>
Wed, 19 May 2021 18:26:59 +0000 (19:26 +0100)
commitd4a9264ab899b4f3088b5afad8956123924a5ab1
tree9b1607476d45fc76cd255086e70a7ea718d27565
parent509e1c9d35ab3cb9814aaeb5324258298ce481e9
[3.9] bpo-44168: Fix error message in the parser for keyword arguments for invalid expressions (GH-26210) (GH-26250)

(cherry picked from commit 33c0c90dea06fda1df99482521559ebef7210bea)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2021-05-18-11-27-02.bpo-44168.mgB-rt.rst [new file with mode: 0644]
Parser/pegen/parse.c