-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Open
Labels
stdlibStandard 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
Description
Bug report
Bug description:
When obtaining input using the input function, syntax highlighting is being applied on the echoed stdin.
Notably this does not occur when reading input via sys.stdin.read.
tested on nix and uv builds of python3.14 - though I doubt it has any effect with regard to this issue
CPython versions tested on:
3.14
Operating systems tested on:
Linux
Linked PRs
blankRiot96
Metadata
Metadata
Assignees
Labels
stdlibStandard 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