Skip to content

Commit f66a289

Browse files
vallsvjonathanslenders
authored andcommitted
Clean up signatures on ctrl-c
1 parent fb9bed1 commit f66a289

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ptpython/python_input.py

+1
Original file line numberDiff line numberDiff line change
@@ -1116,4 +1116,5 @@ def pre_run(
11161116
return result
11171117
except KeyboardInterrupt:
11181118
# Abort - try again.
1119+
self.signatures = []
11191120
self.default_buffer.document = Document()

0 commit comments

Comments
 (0)