gh-104572: Improve error messages for invalid constructs in PEP 695 contexts by JelleZijlstra · Pull Request #104573 · python/cpython · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 62 additions & 0 deletions Lib/test/test_syntax.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Improve syntax error message for invalid constructs in :pep:`695` contexts
and in annotations when ``from __future__ import annotations`` is active.
8 changes: 4 additions & 4 deletions Python/symtable.c