]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118090: Improve error message for empty type param brackets (GH-118091)
authorNikita Sobolev <mail@sobolevn.me>
Tue, 7 May 2024 12:01:06 +0000 (15:01 +0300)
committerGitHub <noreply@github.com>
Tue, 7 May 2024 12:01:06 +0000 (14:01 +0200)
commitb60d4c0d53b6aafbf4a6e560b4cb6f1d5c7240c8
tree54765a43707335c5c8d3656098e3a4acbfe0bb3f
parent04859228aa11756558807bcf99ccff78e4e8c56d
gh-118090: Improve error message for empty type param brackets (GH-118091)
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2024-04-19-11-57-46.gh-issue-118090.eGAQ0B.rst [new file with mode: 0644]
Parser/parser.c