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
Bug report
Bug description:
When obtaining input using the
inputfunction, 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