]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException (GH-99572)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 18 Nov 2022 15:44:43 +0000 (15:44 +0000)
committerGitHub <noreply@github.com>
Fri, 18 Nov 2022 15:44:43 +0000 (15:44 +0000)
commitc8c6113398ee9a7867fe9b08bc539cceb61e2aaa
tree61ce8fc106b5578aeeeb524703bd195eabffab0a
parenta220c6d1ee3053895f502b43b47dc3a9c55fa6a3
gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException (GH-99572)
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