]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94192: Fix error for dictionary literals with invalid expression as value. (#94304)
authorwookie184 <wookie1840@gmail.com>
Sun, 26 Jun 2022 18:42:47 +0000 (19:42 +0100)
committerGitHub <noreply@github.com>
Sun, 26 Jun 2022 18:42:47 +0000 (19:42 +0100)
commit8c237a7a71d52f996f58dc58f6b6ce558d209494
treed74691207859aa85f98e6580d8db2417ec1e7e05
parentaedb5194d590692918a8a070cbde2727fe178f49
gh-94192: Fix error for dictionary literals with invalid expression as value. (#94304)

* Fix error for dictionary literals with invalid expression as value.

* Remove trailing whitespace
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2022-06-26-14-37-03.gh-issue-94192.ab7tn7.rst [new file with mode: 0644]
Parser/parser.c