-
-
Notifications
You must be signed in to change notification settings - Fork 30.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
asyncio REPL fails to run with TERM=dumb or PYTHON_BASIC_REPL in 3.13.0b2 #120842
Comments
Confirm on main branch and 3.13 Plz assign this to me, I will dive into this issue. BTW we need asyncio and repl related labels cc @Eclips4 |
@ambv this Bug was introduced into codebase since #119433 and was made by two part
|
We already have a PR to fix that: #121341 |
Yes but this is only for case1
Here's case2. This exception should not be raised into terminal I guess |
cc @ambv @pablogsal |
Bug report
Bug description:
Similar bug report: #119102
Linux: Starting asyncio REPL using
TERM=dumb
:Linux: Using
PYTHON_BASIC_REPL=1
:CPython versions tested on:
3.13
Operating systems tested on:
Linux, macOS
The text was updated successfully, but these errors were encountered: