]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41659: Disallow curly brace directly after primary (GH-22996)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Tue, 27 Oct 2020 18:54:20 +0000 (20:54 +0200)
committerGitHub <noreply@github.com>
Tue, 27 Oct 2020 18:54:20 +0000 (20:54 +0200)
commit15acc4eaba8519d7d5f2acaffde65446b44dcf79
tree9e67e28b551fd67a2ffb24e7cc6b7d11b3584db6
parent95f710c55714153f0c8cce48f8215bb3d866ac1d
bpo-41659: Disallow curly brace directly after primary (GH-22996)
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/parser.c