-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New REPL sometimes incrementally indents traceback lines #131968
Comments
I'm wondering if this relates to #129614, where I noticed the same indentation of some traceback. |
It works fine on Windows 11 x64 with current main:
|
Hm, not fine:
|
|
I'm not sure but what do you mean by "not fine"? it looks fine on Windows. It could entirely be a Linux-specific issue btw. |
Oh thank you for pointing out this. I totally missed it! |
Bug report
Bug description:
The reproducer I found comes from #84376 and it was entirely by chance that I stumbled upon the REPL issue itself. I don't know if it's because we're using
multiprocessing
or if it's because the exception is in another thread or process, or if it's again something else.In the old REPL, the traceback is properly shown.
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
The text was updated successfully, but these errors were encountered: