-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Misleading pyrepl warnings when _curses module is missing #135621
Copy link
Copy link
Closed
Labels
3.14bugs and security fixesbugs and security fixes3.15new features, bugs and security fixesnew features, bugs and security fixesstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-replRelated to the interactive shellRelated to the interactive shelltype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Metadata
Metadata
Assignees
Labels
3.14bugs and security fixesbugs and security fixes3.15new features, bugs and security fixesnew features, bugs and security fixesstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-replRelated to the interactive shellRelated to the interactive shelltype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Bug report
Bug description:
If I run 3.14 on Linux without a working
_cursesextension, I get this misleading warning from pyrepl:I suspect pyrepl is not actually Windows only, and indeed if I fix
_cursesit works again.Presumably, a better warning would be
or something like that
CPython versions tested on:
3.14
Operating systems tested on:
Linux
Linked PRs