##// 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
resources
tests
__init__.py Loading ...
ansi_code_processor.py Loading ...
bracket_matcher.py Loading ...
call_tip_widget.py Loading ...
completion_lexer.py Loading ...
completion_widget.py Loading ...
console_widget.py Loading ...
frontend_widget.py Loading ...
history_console_widget.py Loading ...
ipython_widget.py Loading ...
kill_ring.py Loading ...
mainwindow.py Loading ...
pygments_highlighter.py Loading ...
qtconsoleapp.py Loading ...
rich_ipython_widget.py Loading ...
styles.py Loading ...