]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119933: Improve ``SyntaxError`` message for invalid type parameters expressions...
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Mon, 17 Jun 2024 13:51:03 +0000 (15:51 +0200)
committerGitHub <noreply@github.com>
Mon, 17 Jun 2024 13:51:03 +0000 (06:51 -0700)
commit4bf17c381fb7b465f0f26aecb94a6c54cf9be2d3
tree3c049d8479d282b311584e98231de25372675714
parent274f844830898355f14d6edb6e71894a2f37e53c
gh-119933: Improve ``SyntaxError`` message for invalid type parameters expressions (#119976)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.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