You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think this is actually anything to do with the REPL per se. I think this is just a consequence of the fact that all tracebacks -- in the REPL or otherwise -- are colourised on Python 3.13+, in a separate feature that has been added
Bug report
Bug description:
When I run
PYTHON_BASIC_REPL=1 ./python.exe
from themain
branch, the exception output is colorized:However, this isn't the case using the old REPL on older Python versions:
Whether this is a "bug" can be decided on, but it is different behavior that seemed like it was unintentional to me so I wanted to log it here.
CPython versions tested on:
CPython main branch
Operating systems tested on:
macOS
The text was updated successfully, but these errors were encountered: