Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34k
Closed
Description
Bug report
Bug description:
https://docs.python.org/3/using/cmdline.html#cmdoption-q
Current:
❯ ./python -qm asyncioasyncio REPL 3.15.0a3+ (heads/update-lazy-docs:6adad022e9b, Dec 20 2025, 21:58:43) [GCC 15.2.1 20250808 (Red Hat 15.2.1-1)] on linuxUse"await" directly instead of"asyncio.run()".Type"help","copyright","credits" or"license"for more information.>>> import asyncio>>>exitexiting asyncio REPL...
Expected:
❯ ./python -qm asyncio>>> import asyncio>>>exitexiting asyncio REPL...@ZeroIntensitystdlibtopic-asynciotopic-repl3.133.143.15
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
Metadata
Metadata
Assignees
Labels
Projects
Status
Done