]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44168: Fix error message in the parser for keyword arguments for invalid expressi...
authorPablo Galindo <Pablogsal@gmail.com>
Wed, 19 May 2021 18:03:04 +0000 (19:03 +0100)
committerGitHub <noreply@github.com>
Wed, 19 May 2021 18:03:04 +0000 (19:03 +0100)
commit33c0c90dea06fda1df99482521559ebef7210bea
tree109035144aecedfa8dbf63ab2d2c0cd5b396568d
parent24ccc89547a6ebac058b2c56db4ad4142fdbebea
bpo-44168: Fix error message in the parser for keyword arguments for invalid expressions (GH-26210)
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