]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-41659: Disallow curly brace directly after primary (GH-22996) (#23006)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Tue, 27 Oct 2020 22:38:42 +0000 (00:38 +0200)
committerGitHub <noreply@github.com>
Tue, 27 Oct 2020 22:38:42 +0000 (00:38 +0200)
commitc4b58cea4771afc0ddfdb857b0fb5115b9f4bc9f
tree7e9bc77d8b2fe08c43a86b6805c14bdc31c20485
parent8aee019d71b9ed44107bdc8a0c9c132059c0e1ef
[3.9] bpo-41659: Disallow curly brace directly after primary (GH-22996) (#23006)

(cherry picked from commit 15acc4eaba8519d7d5f2acaffde65446b44dcf79)
Grammar/python.gram
Lib/test/test_exceptions.py
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2020-10-27-18-32-49.bpo-41659.d4a-8o.rst [new file with mode: 0644]
Parser/pegen/parse.c