]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-94192: Fix error for dictionary literals with invalid expression as value...
authorwookie184 <wookie1840@gmail.com>
Mon, 27 Jun 2022 18:21:42 +0000 (19:21 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Jun 2022 18:21:42 +0000 (19:21 +0100)
commit0ae7284a2328fdcf5123b0e3af675f580588272b
tree5ad08f7a6548b44066e81b252e8c0b709012616f
parentda6f859e8f12894937331bcf5f318321083f988d
[3.10] gh-94192: Fix error for dictionary literals with invalid expression as value. (GH-94304) (#94344)

Co-authored-by: wookie184 <wookie1840@gmail.com>
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