]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45292: [PEP-654] add except* (GH-29581)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 14 Dec 2021 16:48:15 +0000 (16:48 +0000)
committerGitHub <noreply@github.com>
Tue, 14 Dec 2021 16:48:15 +0000 (16:48 +0000)
commitd60457a6673cf0263213c2f2be02c633ec2e2038
tree04461db9079cf30a98c5a4070098f795275aa910
parent850aefc2c651110a784cd5478af9774b1f6287a3
bpo-45292: [PEP-654] add except* (GH-29581)
34 files changed:
Doc/library/ast.rst
Doc/library/dis.rst
Doc/whatsnew/3.11.rst
Grammar/python.gram
Include/internal/pycore_ast.h
Include/internal/pycore_ast_state.h
Include/internal/pycore_pyerrors.h
Include/opcode.h
Lib/ast.py
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_ast.py
Lib/test/test_compile.py
Lib/test/test_dis.py
Lib/test/test_except_star.py [new file with mode: 0644]
Lib/test/test_exception_group.py
Lib/test/test_exception_variations.py
Lib/test/test_exceptions.py
Lib/test/test_grammar.py
Lib/test/test_syntax.py
Lib/test/test_sys_settrace.py
Lib/test/test_unparse.py
Misc/NEWS.d/next/Core and Builtins/2021-11-22-13-05-32.bpo-45292.pfEouJ.rst [new file with mode: 0644]
Objects/exceptions.c
Objects/frameobject.c
Parser/Python.asdl
Parser/parser.c
Python/Python-ast.c
Python/ast.c
Python/ast_opt.c
Python/ceval.c
Python/compile.c
Python/opcode_targets.h
Python/symtable.c