]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-120041: Do not use append_to_screen when completions are visible (GH-120042...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 Jun 2024 18:10:29 +0000 (20:10 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2024 18:10:29 +0000 (18:10 +0000)
commit8d74eae4d492f23f33757b05f7de2cdbe210760e
treeb3604489b7eab400f134aa18eba3a46b4c3c62b4
parent2acbdc23ad4dd14b3b6ad22e06d6477dc57b0530
[3.13] gh-120041: Do not use append_to_screen when completions are visible (GH-120042) (#120051)

* gh-120041: Do not use append_to_screen when completions are visible (GH-120042)
(cherry picked from commit 8fc7653766b106bdbc4ff6154e0020aea4ab15e6)

* gh-120041: Refactor check for visible completion menu in completing_reader (GH-120055)
(cherry picked from commit bf8e5e53d0c359a1f9c285d855e7a5e9b6d91375)
---------

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Lib/_pyrepl/completing_reader.py
Lib/test/test_pyrepl/support.py
Lib/test/test_pyrepl/test_reader.py