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:
If I run 3.14 on Linux without a working_curses extension, I get this misleading warning from pyrepl:
warning: can't use pyrepl: Windows onlyI suspect pyrepl is notactually Windows only, and indeed if I fix_curses it works again.
Presumably, a better warning would be
warning: can't use pyrepl: No module named '_curses'or something like that
CPython versions tested on:
3.14
Operating systems tested on:
Linux