]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46107: ExceptionGroup.subgroup()/split() should copy __note__ to the parts (GH...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 21 Dec 2021 10:12:26 +0000 (10:12 +0000)
committerGitHub <noreply@github.com>
Tue, 21 Dec 2021 10:12:26 +0000 (10:12 +0000)
commitc66fc0fb53b5316dc325fde3bc738890515d38a4
treecefb4f322fcd005b46c3a817918ef92e5eae4d2b
parente9a01e231aae19fd1249368e477a60bc033b2646
bpo-46107: ExceptionGroup.subgroup()/split() should copy __note__ to the parts (GH-30159)
Lib/test/test_exception_group.py
Misc/NEWS.d/next/Core and Builtins/2021-12-16-23-27-05.bpo-46107.7q5an0.rst [new file with mode: 0644]
Objects/exceptions.c