-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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
Add support for new REPL in python -m asyncio
#118894
Labels
topic-asyncio
topic-repl
Related to the interactive shell
type-feature
A feature request or enhancement
Comments
sobolevn
added
type-feature
A feature request or enhancement
topic-asyncio
topic-repl
Related to the interactive shell
labels
May 10, 2024
ambv
added a commit
to ambv/cpython
that referenced
this issue
May 22, 2024
5 tasks
ambv
added a commit
that referenced
this issue
May 31, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 31, 2024
(cherry picked from commit 2237946) Co-authored-by: Łukasz Langa <lukasz@langa.pl>
noahbkim
pushed a commit
to hudson-trading/cpython
that referenced
this issue
Jul 11, 2024
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
topic-asyncio
topic-repl
Related to the interactive shell
type-feature
A feature request or enhancement
Feature or enhancement
They are different now:
Hm, right now I don't see any simple way of merging these two together:
cpython/Lib/asyncio/__main__.py
Lines 15 to 21 in c68acb1
and
cpython/Lib/_pyrepl/simple_interact.py
Lines 81 to 83 in c68acb1
I think that this would require some API change. Not sure which one, though :(
Refs #111201
Linked PRs
The text was updated successfully, but these errors were encountered: