]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException (GH-99572)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 18 Nov 2022 16:10:55 +0000 (08:10 -0800)
committerGitHub <noreply@github.com>
Fri, 18 Nov 2022 16:10:55 +0000 (08:10 -0800)
commit82ab9e6b7938484724a19e293a640d956111a012
tree71e603440c9c07a233dda45a3e816624def46d73
parentbbac9a8bcc4d7c0692e8b4f62a955f7ca107b496
gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException (GH-99572)

(cherry picked from commit c8c6113398ee9a7867fe9b08bc539cceb61e2aaa)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Doc/library/exceptions.rst
Lib/test/test_exception_group.py
Misc/NEWS.d/next/Core and Builtins/2022-11-18-11-24-25.gh-issue-99553.F64h-n.rst [new file with mode: 0644]
Objects/exceptions.c