]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46219, 46221: simplify except* implementation following exc_info changes. Move...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Sun, 2 Jan 2022 23:22:42 +0000 (23:22 +0000)
committerGitHub <noreply@github.com>
Sun, 2 Jan 2022 23:22:42 +0000 (23:22 +0000)
commit65e7c1f90e9136fc61f4af029b065d9f6c5664c3
treebf322965684bd0eeef7c220c5d1cb8307933cbb7
parent8e75c6b49b7cb8515b917f01b32ece8c8ea2c0a0
bpo-46219, 46221: simplify except* implementation following exc_info changes. Move helpers to exceptions.c. Do not assume that exception groups are truthy. (GH-30289)
.github/CODEOWNERS
Doc/library/dis.rst
Include/internal/pycore_pyerrors.h
Lib/importlib/_bootstrap_external.py
Lib/test/test_except_star.py
Misc/NEWS.d/next/Core and Builtins/2022-01-01-14-23-57.bpo-46221.7oGp-I.rst [new file with mode: 0644]
Objects/exceptions.c
Python/ceval.c
Python/compile.c