Show More
@@ -384,6 +384,10 b' class MTInteractiveShell(InteractiveShell):' | |||||
384 | if KBINT: |
|
384 | if KBINT: | |
385 | KBINT = False |
|
385 | KBINT = False | |
386 | return False |
|
386 | return False | |
|
387 | ||||
|
388 | if self._kill: | |||
|
389 | # can't queue new code if we are being killed | |||
|
390 | return True | |||
387 |
|
391 | |||
388 | try: |
|
392 | try: | |
389 | code = self.compile(source, filename, symbol) |
|
393 | code = self.compile(source, filename, symbol) |
General Comments 0
You need to be logged in to leave comments.
Login now