]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-139551: add support for BaseExceptionGroup in IDLE (GH-139563) (#152991)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 4 Jul 2026 00:45:43 +0000 (02:45 +0200)
committerGitHub <noreply@github.com>
Sat, 4 Jul 2026 00:45:43 +0000 (00:45 +0000)
commitae1d2f18cd74aad8e15c1084c9c4f980d587036a
treee4e25ca141d089704bb382750d20a62ce88bc71c
parent2a0fc4248f9af1a74297feb2741d70b238c744cc
[3.13] gh-139551: add support for BaseExceptionGroup in IDLE (GH-139563) (#152991)

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]