We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d2145 commit 0f46b3aCopy full SHA for 0f46b3a
Lib/_pyrepl/simple_interact.py
@@ -158,10 +158,6 @@ def maybe_run_command(statement: str) -> bool:
158
input_n += 1
159
except KeyboardInterrupt:
160
r = _get_reader()
161
- # r.cmpltn_menu_visible = False
162
- # r.cmpltn_message_visible = False
163
- # r.cmpltn_menu = []
164
- # r.cmpltn_menu_end = 0
165
r.cmpltn_reset()
166
if r.input_trans is r.isearch_trans:
167
r.do_cmd(("isearch-end", [""]))
0 commit comments