##// END OF EJS Templates
nest try/except to catch KeyboardInterrupt in kernel...
nest try/except to catch KeyboardInterrupt in kernel pyzmq issue 130 means that KeyboardInterrupts are not properly caught by a single try/except, but must be nested in two levels.
MinRK -
r4544:32f3d050
Show More