Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Bug report
Bug description:
python -m asyncio
fails with:
asyncio REPL 3.14.0a0 experimental free-threading build (heads/main:4b9e10d0ea3, Jul 13 2024, 14:18:40) [GCC 11.4.0] on linuxUse "await" directly instead of "asyncio.run()".Type "help", "copyright", "credits" or "license" for more information.>>> import asyncioTypeError: run_multiline_interactive_console() missing 1 required positional argument: 'namespace'Internal error, exiting asyncio REPL...CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux