##// END OF EJS Templates
BUG: Ctrl+C crashes wx pylab kernel in qtconsole....
BUG: Ctrl+C crashes wx pylab kernel in qtconsole. Wx import sets the SIGINT handler to 0 so we reset it to python's default_int_handler to handle Ctrl+C. The following thread discusses the issue: http://mail.scipy.org/pipermail/ipython-dev/2012-April/008942.html
Pankaj Pandey -
r6434:76a9b91e
Show More
Name Size Modified Last Commit Author
/ IPython / frontend / qt / console / tests
__init__.py Loading ...
test_ansi_code_processor.py Loading ...
test_completion_lexer.py Loading ...
test_kill_ring.py Loading ...