]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-141732: Fix ExceptionGroup repr changing when original exception sequence...
authordr-carlos <77367421+dr-carlos@users.noreply.github.com>
Mon, 8 Dec 2025 18:46:55 +0000 (05:16 +1030)
committerGitHub <noreply@github.com>
Mon, 8 Dec 2025 18:46:55 +0000 (18:46 +0000)
commitd768900ca4d8be23ced2d0a06eb778fe28e0ff8b
tree6a9fff25aef221c5bad1bf566a44942ad399b2d4
parent2c3e3ef6a267de2f3f30a66cc3f13210c2f32351
[3.13] gh-141732: Fix ExceptionGroup repr changing when original exception sequence is mutated (GH-141736) (#142391)

* [3.13] gh-141732: Fix `ExceptionGroup` repr changing when original exception sequence is mutated (GH-141736)
(cherry picked from commit ff2577f56eb2170ef0afafa90f78c693df7ca562)

Co-authored-by: dr-carlos <77367421+dr-carlos@users.noreply.github.com>
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