-
-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Run sys.__interactivehook__ for asyncio REPLs #84995
Labels
easy
pending
The issue will be closed if no feedback is provided
stdlib
Python modules in the Lib dir
topic-asyncio
type-feature
A feature request or enhancement
Comments
As a nice side effect, it gives the same completion than the standard shell. |
remilapeyre
mannequin
added
3.10
only security fixes
stdlib
Python modules in the Lib dir
labels
May 29, 2020
pitrou
added
type-feature
A feature request or enhancement
topic-asyncio
easy
and removed
3.10
only security fixes
labels
Aug 23, 2023
This would indeed be a useful addition. |
@remilapeyre can you refresh your PR? |
itamaro
added a commit
to itamaro/cpython
that referenced
this issue
Feb 29, 2024
Co-authored-by: Rémi Lapeyre <remi.lapeyre@lenstra.fr>
gvanrossum
pushed a commit
that referenced
this issue
Mar 1, 2024
This makes the asyncio REPL (`python -m asyncio`) more usable and similar to the regular REPL. This exposes register_readline() as a top-level function in site.py, but it's intentionally undocumented. Co-authored-by: Carol Willing <carolcode@willingconsulting.com> Co-authored-by: Itamar Oren <itamarost@gmail.com>
woodruffw
pushed a commit
to woodruffw-forks/cpython
that referenced
this issue
Mar 4, 2024
…python#20517) This makes the asyncio REPL (`python -m asyncio`) more usable and similar to the regular REPL. This exposes register_readline() as a top-level function in site.py, but it's intentionally undocumented. Co-authored-by: Carol Willing <carolcode@willingconsulting.com> Co-authored-by: Itamar Oren <itamarost@gmail.com>
adorilson
pushed a commit
to adorilson/cpython
that referenced
this issue
Mar 25, 2024
…python#20517) This makes the asyncio REPL (`python -m asyncio`) more usable and similar to the regular REPL. This exposes register_readline() as a top-level function in site.py, but it's intentionally undocumented. Co-authored-by: Carol Willing <carolcode@willingconsulting.com> Co-authored-by: Itamar Oren <itamarost@gmail.com>
diegorusso
pushed a commit
to diegorusso/cpython
that referenced
this issue
Apr 17, 2024
…python#20517) This makes the asyncio REPL (`python -m asyncio`) more usable and similar to the regular REPL. This exposes register_readline() as a top-level function in site.py, but it's intentionally undocumented. Co-authored-by: Carol Willing <carolcode@willingconsulting.com> Co-authored-by: Itamar Oren <itamarost@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
easy
pending
The issue will be closed if no feedback is provided
stdlib
Python modules in the Lib dir
topic-asyncio
type-feature
A feature request or enhancement
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
Linked PRs
The text was updated successfully, but these errors were encountered: