]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143055: Implementation of PEP 798 (#143056) main
authoradam j hartz <hz@mit.edu>
Sat, 31 Jan 2026 04:37:52 +0000 (23:37 -0500)
committerGitHub <noreply@github.com>
Sat, 31 Jan 2026 04:37:52 +0000 (20:37 -0800)
commitccbe41e27cdb441033189f06148c23528275214b
tree1f73e2419b00b46239c0579cd71b6a236dffeac1
parent96e4cd698a3000382f1796366e9c963902381382
gh-143055: Implementation of PEP 798 (#143056)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
14 files changed:
Doc/reference/expressions.rst
Doc/tutorial/classes.rst
Doc/tutorial/datastructures.rst
Doc/whatsnew/3.15.rst
Grammar/python.gram
Lib/test/test_exceptions.py
Lib/test/test_unpack_ex.py
Misc/NEWS.d/next/Core_and_Builtins/2025-12-21-18-12-30.gh-issue-143055.PzwccL.rst [new file with mode: 0644]
Parser/Python.asdl
Parser/parser.c
Python/Python-ast.c
Python/ast.c
Python/ast_preprocess.c
Python/codegen.c