]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141732: Fix `ExceptionGroup` repr changing when original exception sequence is...
authordr-carlos <77367421+dr-carlos@users.noreply.github.com>
Sun, 7 Dec 2025 21:04:04 +0000 (07:34 +1030)
committerGitHub <noreply@github.com>
Sun, 7 Dec 2025 21:04:04 +0000 (21:04 +0000)
commitff2577f56eb2170ef0afafa90f78c693df7ca562
tree4325d354693029af6c1fd0ff2fead9b4481dbe21
parentdc9f2385ed528caf4ab02965b6d3e16b8a72db25
gh-141732: Fix `ExceptionGroup` repr changing when original exception sequence is mutated (#141736)
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