-
-
Notifications
You must be signed in to change notification settings - Fork 32k
PyREPL: KeyboardInterrupt does not clear completion menu if it's already visible #119553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
3.13
bugs and security fixes
3.14
bugs and security fixes
topic-repl
Related to the interactive shell
type-bug
An unexpected behavior, bug, or error
Comments
lysnikolaou
added a commit
to lysnikolaou/cpython
that referenced
this issue
May 30, 2024
Also, do not print extra newline on before KeyboardInterrupt.
ambv
pushed a commit
that referenced
this issue
Jun 4, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 4, 2024
(cherry picked from commit 010ea93) Co-authored-by: Lysandros Nikolaou <[email protected]>
lysnikolaou
added a commit
that referenced
this issue
Jun 4, 2024
(cherry picked from commit 010ea93) Co-authored-by: Lysandros Nikolaou <[email protected]> Co-authored-by: Łukasz Langa <[email protected]>
lysnikolaou
added a commit
to lysnikolaou/cpython
that referenced
this issue
Jun 4, 2024
lysnikolaou
added a commit
that referenced
this issue
Jun 4, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 4, 2024
…block (pythonGH-120075) (cherry picked from commit 69b3e8e) Co-authored-by: Lysandros Nikolaou <[email protected]>
lysnikolaou
added a commit
that referenced
this issue
Jun 4, 2024
… block (GH-120075) (#120076) (cherry picked from commit 69b3e8e) Co-authored-by: Lysandros Nikolaou <[email protected]>
barneygale
pushed a commit
to barneygale/cpython
that referenced
this issue
Jun 5, 2024
barneygale
pushed a commit
to barneygale/cpython
that referenced
this issue
Jun 5, 2024
noahbkim
pushed a commit
to hudson-trading/cpython
that referenced
this issue
Jul 11, 2024
noahbkim
pushed a commit
to hudson-trading/cpython
that referenced
this issue
Jul 11, 2024
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
I just compiled Python 3.13 and I see the fix in the source but somehow it doesn't fix the issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3.13
bugs and security fixes
3.14
bugs and security fixes
topic-repl
Related to the interactive shell
type-bug
An unexpected behavior, bug, or error
Bug report
Bug description:
Pressing Ctrl-C (and emitting a KeyboardInterrupt) while the completion menu is visible (after having pressed Tab) does not clear it before the next line.
CPython versions tested on:
CPython main branch
Operating systems tested on:
macOS
Linked PRs
The text was updated successfully, but these errors were encountered: