##// END OF EJS Templates
Eventloops are not created if IPY_TEST_SIMPLE_PROMPT set, or not a tty.
Matthias Bussonnier -
Show More
@@ -383,6 +383,7 class TerminalInteractiveShell(InteractiveShell):
383 383 except KeyboardInterrupt:
384 384 print("\nKeyboardInterrupt escaped interact()\n")
385 385
386 if hasattr(self, '_eventloop'):
386 387 self._eventloop.close()
387 388
388 389 _inputhook = None
General Comments 0
You need to be logged in to leave comments. Login now