asyncio REPL
is not working on Windows
#118817
Labels
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
OS-windows
type-bug
An unexpected behavior, bug, or error
Bug report
Bug description:
Running the asyncio REPL with Python 3.13b1 on Windows gives
due to missing
readline
package.Easy to fix by removing
cpython/Lib/asyncio/__main__.py
Lines 108 to 111 in 2f4db5a
and inserting
import readline # NoQA
before line 121:cpython/Lib/asyncio/__main__.py
Lines 120 to 126 in 2f4db5a
CPython versions tested on:
3.13
Operating systems tested on:
Windows
Linked PRs
asyncio REPL
on Windows #118819asyncio REPL
on Windows (GH-118819) #118847The text was updated successfully, but these errors were encountered: