]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-119933: Improve ``SyntaxError`` message for invalid type parameters express...
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Mon, 17 Jun 2024 15:01:49 +0000 (08:01 -0700)
committerGitHub <noreply@github.com>
Mon, 17 Jun 2024 15:01:49 +0000 (08:01 -0700)
commit7c47f93dff878bdc43f5162dd878cbb375711570
tree7b02b412d2bc0f718d9df2912fa0b6cd66205de1
parent03b89e3a3d155a06827f58d51238a731d8800cc9
[3.13] gh-119933: Improve ``SyntaxError`` message for invalid type parameters expressions (GH-119976) (#120641)

(cherry picked from commit 4bf17c381fb7b465f0f26aecb94a6c54cf9be2d3)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/library/symtable.rst
Include/internal/pycore_symtable.h
Lib/symtable.py
Lib/test/test_symtable.py
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2024-06-03-13-48-44.gh-issue-119933.Kc0HG5.rst [new file with mode: 0644]
Misc/NEWS.d/next/Library/2024-06-05-11-39-21.gh-issue-119933.ooJXQV.rst [new file with mode: 0644]
Modules/symtablemodule.c
Python/symtable.c