-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update REPL based on asyncio.__main__
in CPython 3.14
#24
base: main
Are you sure you want to change the base?
Conversation
- min python version is 3.8 now, and the top-level-await flag is documented.
I mentioned this in discord, but I'm also putting it here for continuity: turns out Maybe the differences in Relevant Links
|
It already wasn't working in <3.10 due to needing PyCF_ALLOW_INCOMPLETE_INPUT
- asyncio.__main__ does this as well, I just missed it.
Technically, more could've been done, but I tried to make the diff minimal for this PR. Some changes include:
Some notes:
_pyrepl
because it isn't stable yet and doesn't have a public API.