]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120041: Do not use append_to_screen when completions are visible (GH-120042)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Tue, 4 Jun 2024 16:09:31 +0000 (18:09 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2024 16:09:31 +0000 (18:09 +0200)
commit8fc7653766b106bdbc4ff6154e0020aea4ab15e6
tree3b2873331603a1f2510d4b0067b433c8fc18d81a
parent4dcd91ceafce91ec37bb1a9d544e41fc65578994
gh-120041: Do not use append_to_screen when completions are visible (GH-120042)
Lib/_pyrepl/commands.py
Lib/_pyrepl/completing_reader.py
Lib/test/test_pyrepl/support.py
Lib/test/test_pyrepl/test_reader.py