]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104572: Improve error messages for invalid constructs in PEP 695 contexts (#104573)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 17 May 2023 13:05:42 +0000 (06:05 -0700)
committerGitHub <noreply@github.com>
Wed, 17 May 2023 13:05:42 +0000 (06:05 -0700)
commit97db2f3e07bf7d56750e215e4f32653bf3867ef8
tree937151e98c3f0e16603209e9e968098b429b8564
parent0cb2fdc6217aa7c04b5c798cfd195c8d0f4af353
gh-104572: Improve error messages for invalid constructs in PEP 695 contexts (#104573)
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2023-05-16-19-17-48.gh-issue-104572.eBZQYS.rst [new file with mode: 0644]
Python/symtable.c