summaryrefslogtreecommitdiffstats
path: root/Lib/test/win_console_handler.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/win_console_handler.py')
-rw-r--r--Lib/test/win_console_handler.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/test/win_console_handler.py b/Lib/test/win_console_handler.py
index 5c6c741..17bbe1a 100644
--- a/Lib/test/win_console_handler.py
+++ b/Lib/test/win_console_handler.py
@@ -39,4 +39,5 @@ if __name__ == "__main__":
exit(-1)
# Do nothing but wait for the signal
- input()
+ while True:
+ pass