]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-141732: Fix ExceptionGroup repr changing when original exception sequence...
authordr-carlos <77367421+dr-carlos@users.noreply.github.com>
Mon, 23 Mar 2026 22:31:32 +0000 (09:01 +1030)
committerGitHub <noreply@github.com>
Mon, 23 Mar 2026 22:31:32 +0000 (23:31 +0100)
commitdd4ea46917dc1f38a3e98a1e8b9a995d2b355630
treead31feb62bdc2925edd7434ede6ad0122e0cb81c
parent1b2f0bd54c488d29b5aa14e65ea592a97eb8c2de
[3.14] gh-141732: Fix ExceptionGroup repr changing when original exception sequence is mutated (GH-141736) (GH-144445)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Doc/library/exceptions.rst
Include/cpython/pyerrors.h
Lib/test/test_exception_group.py
Misc/NEWS.d/next/Core_and_Builtins/2025-11-19-16-40-24.gh-issue-141732.PTetqp.rst [new file with mode: 0644]
Objects/exceptions.c