]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116126: Implement PEP 696 (#116129)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Fri, 3 May 2024 13:17:32 +0000 (06:17 -0700)
committerGitHub <noreply@github.com>
Fri, 3 May 2024 13:17:32 +0000 (06:17 -0700)
commitca269e58c290be8ca11bb728004ea842d9f85e3a
tree7af6ddffd5195536343780ef7aeb338ef460501e
parent852263e1086748492602a90347ecc0a3925e1dda
gh-116126: Implement PEP 696 (#116129)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
28 files changed:
Doc/library/ast.rst
Doc/library/typing.rst
Doc/reference/compound_stmts.rst
Doc/reference/executionmodel.rst
Doc/whatsnew/3.13.rst
Grammar/python.gram
Include/internal/pycore_ast.h
Include/internal/pycore_ast_state.h
Include/internal/pycore_intrinsics.h
Include/internal/pycore_typevarobject.h
Lib/ast.py
Lib/test/test_ast.py
Lib/test/test_type_params.py
Lib/test/test_typing.py
Lib/test/test_unparse.py
Lib/typing.py
Misc/NEWS.d/next/Core and Builtins/2024-02-29-18-55-45.gh-issue-116129.wsFnIq.rst [new file with mode: 0644]
Modules/_typingmodule.c
Objects/clinic/typevarobject.c.h
Objects/typevarobject.c
Parser/Python.asdl
Parser/parser.c
Python/Python-ast.c
Python/ast.c
Python/compile.c
Python/intrinsics.c
Python/symtable.c
Tools/c-analyzer/cpython/globals-to-fix.tsv