]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-139551: add support for BaseExceptionGroup in IDLE (GH-139563) (#152990)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 4 Jul 2026 00:52:10 +0000 (02:52 +0200)
committerGitHub <noreply@github.com>
Sat, 4 Jul 2026 00:52:10 +0000 (00:52 +0000)
commitf3516504cc095317849d260d5e36c3c0091d22eb
treec6336acd241be7e634a842ef6b45c55577f0cb97
parentc055770f7d3136a98741a37afbb9d13356fe443c
[3.14] gh-139551: add support for BaseExceptionGroup in IDLE (GH-139563) (#152990)

gh-139551: add support for BaseExceptionGroup in IDLE (GH-139563)

Meaningfully render ExceptionGroup tracebacks in the IDLE GUI REPL.

---------
(cherry picked from commit 1e79bf6c05d057c033c396e58d20618d80d392f2)

Co-authored-by: Locked-chess-official <13140752715@163.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Gregory P. Smith <greg@krypto.org>
Lib/idlelib/idle_test/test_run.py
Lib/idlelib/run.py
Misc/NEWS.d/next/IDLE/2025-10-05-19-33-39.gh-issue-139551.TX9BRc.rst [new file with mode: 0644]