]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41697: Correctly handle KeywordOrStarred when parsing arguments in the parser...
authorPablo Galindo <Pablogsal@gmail.com>
Thu, 3 Sep 2020 14:29:32 +0000 (15:29 +0100)
committerGitHub <noreply@github.com>
Thu, 3 Sep 2020 14:29:32 +0000 (15:29 +0100)
commit315a61f7a9418d904e0eea14b1f054fac3a90e9f
tree621d8d728f29ec583fdda94e262182129fe81a15
parent851606007665dc30089e5e1953208c5428e455b1
bpo-41697: Correctly handle KeywordOrStarred when parsing arguments in the parser (GH-22077)
Grammar/python.gram
Parser/parser.c
Parser/pegen.c
Parser/pegen.h