Open
Description
Bug report
Bug description:
Idle prints:
Python 3.13.0a1+ (main, Oct 20 2023, 08:50:56) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license()" for more information.
raise ExceptionGroup("bad", [ValueError()])
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
raise ExceptionGroup("bad", [ValueError()])
ExceptionGroup: bad (1 sub-exception)
the repl displays tracebacks correctly:
Python 3.13.0a1+ (main, Oct 20 2023, 08:50:56) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> raise ExceptionGroup("bad", [ValueError()])
+ Exception Group Traceback (most recent call last):
| File "<stdin>", line 1, in <module>
| raise ExceptionGroup("bad", [ValueError()])
| ExceptionGroup: bad (1 sub-exception)
+-+---------------- 1 ----------------
| ValueError
+------------------------------------
CPython versions tested on:
3.12, 3.13
Operating systems tested on:
Linux
Metadata
Metadata
Assignees
Labels
only security fixesonly security fixesbugs and security fixesbugs and security fixesAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
No status