]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130080: implement PEP 765 (#130087)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 17 Mar 2025 20:48:54 +0000 (20:48 +0000)
committerGitHub <noreply@github.com>
Mon, 17 Mar 2025 20:48:54 +0000 (20:48 +0000)
commitffc2f1dd1c023b44b488311511db790a96d757db
tree6b64e44cd1c26723489d2e8c3224280495470991
parent468a7aaeb4dfcd21697dfa46362b9f415b9daf1b
gh-130080: implement PEP 765 (#130087)
14 files changed:
Doc/reference/compound_stmts.rst
Doc/tutorial/errors.rst
Doc/whatsnew/3.14.rst
Include/internal/pycore_compile.h
Lib/test/test___all__.py
Lib/test/test_ast/test_ast.py
Lib/test/test_except_star.py
Lib/test/test_syntax.py
Lib/test/test_unparse.py
Misc/NEWS.d/next/Core_and_Builtins/2025-02-13-19-07-54.gh-issue-130080.IoJpuy.rst [new file with mode: 0644]
Python/ast_opt.c
Python/bltinmodule.c
Python/compile.c
Python/pythonrun.c