Closed GoogleCodeExporter closed 8 years ago
Original comment by fullung@gmail.com
on 1 Jun 2007 at 11:28
Original comment by fullung@gmail.com
on 6 Jun 2007 at 12:16
We now catch error_already_set in the C++ part of MessageListener. At this
point the
only sensible thing that can probably be done is to ignore the exception.
Perhaps a
stack trace should be printed.
We might also want to terminate the interpreter for the special case of a
KeyboardInterrupt exception being raised.
Original comment by fullung@gmail.com
on 6 Jun 2007 at 8:57
Exception is printed to sys.stderr instead of passing silently by. Closing this
for
now. Pressing Ctrl-C twice kills the process even if the first KeyboardInterrupt
prints and then "hangs", so I'm leaving this for now.
Original comment by fullung@gmail.com
on 6 Jun 2007 at 9:08
Original issue reported on code.google.com by
fullung@gmail.com
on 1 Jun 2007 at 11:23