]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44168: Fix error message in the parser for keyword arguments for invalid expressi...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 19 May 2021 18:28:31 +0000 (11:28 -0700)
committerGitHub <noreply@github.com>
Wed, 19 May 2021 18:28:31 +0000 (19:28 +0100)
commitec0699c044b4272a1face752fd39b8230f96c0da
treed9e569b32c797b61f82588f8c5cf6afa24ac505d
parente87fd41d02ab6dff9cee4f024e4e8c3c179fe255
bpo-44168: Fix error message in the parser for keyword arguments for invalid expressions (GH-26210) (GH-26247)

(cherry picked from commit 33c0c90dea06fda1df99482521559ebef7210bea)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
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/parser.c