]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-41697: Correctly handle KeywordOrStarred when parsing arguments in the...
authorPablo Galindo <Pablogsal@gmail.com>
Thu, 3 Sep 2020 15:35:17 +0000 (16:35 +0100)
committerGitHub <noreply@github.com>
Thu, 3 Sep 2020 15:35:17 +0000 (16:35 +0100)
commitbe17295280c89771c80f317da072f6c0d016cc60
tree493b010d08d201ce1770ce7a143945f6f195bc78
parenta5d0232b0d2cbcbdeb0d89ea3d8826241a53a7c7
[3.9] bpo-41697: Correctly handle KeywordOrStarred when parsing arguments in the parser (GH-22077) (GH-22079)

(cherry picked from commit 315a61f7a9418d904e0eea14b1f054fac3a90e9f)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Grammar/python.gram
Parser/pegen/parse.c
Parser/pegen/pegen.c
Parser/pegen/pegen.h