]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139551: add support for BaseExceptionGroup in IDLE (GH-139563)
authorLocked-chess-official <13140752715@163.com>
Sun, 12 Apr 2026 17:06:41 +0000 (01:06 +0800)
committerGitHub <noreply@github.com>
Sun, 12 Apr 2026 17:06:41 +0000 (10:06 -0700)
commit1e79bf6c05d057c033c396e58d20618d80d392f2
tree770192f489ccc76d645e6aac57c8a229b40b4135
parent3ab94d684286b49144bf2e43cc1041f3e4c0cda8
gh-139551: add support for BaseExceptionGroup in IDLE (GH-139563)

Meaningfully render ExceptionGroup tracebacks in the IDLE GUI REPL.

---------

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]