]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46431: improve error message on invalid calls to BaseExceptionGroup.__new__ ...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 24 Jan 2022 21:47:40 +0000 (21:47 +0000)
committerGitHub <noreply@github.com>
Mon, 24 Jan 2022 21:47:40 +0000 (21:47 +0000)
commit573b54515740ce51dcf2402038a9d953aa6c317f
tree04cca4e1c9d3b70355f6857cef97cd0b4908a69c
parent1c705fda8f9902906edd26d46acb0433b0b098e1
bpo-46431: improve error message on invalid calls to BaseExceptionGroup.__new__ (GH-30854)
Lib/test/test_exception_group.py
Misc/NEWS.d/next/Core and Builtins/2022-01-24-16-58-01.bpo-46431.N6mKAx.rst [new file with mode: 0644]
Objects/exceptions.c