New Python REPL double-prints completion suggestions #127073
Labels
stdlib
Python modules in the Lib dir
topic-repl
Related to the interactive shell
type-bug
An unexpected behavior, bug, or error
Bug report
Bug description:
If a keyboard interrupt is given while TAB autocomplete suggestions are being displayed, they are re-printed also below the last line, and continue to be re-printed as long as new keyboard interrupts are given.
after the keystrokes
int.<TAB><TAB>
then
<CTRL-C>
another
<CTRL-C>
<ENTER>
makes the last set of printed suggestions disappear, as does typing any printing characters.CPython versions tested on:
3.14
Operating systems tested on:
macOS
The text was updated successfully, but these errors were encountered: