Skip to content

Conversation

jdemeyer
Copy link
Contributor

@jdemeyer jdemeyer commented Sep 4, 2015

The kernel should not assume that we want the default SIGINT behaviour. SageMath for example uses a custom SIGINT handler and it should be possible to use that handler within Jupyter too.

This is done by abstracting away the signal handler changes in new hook methods of the Kernel which can be changed if needed. These hook methods could also be useful for other purposes.

minrk added a commit that referenced this pull request Sep 4, 2015
Abstract signal handler changes in hooks
@minrk minrk merged commit 0c4f49c into ipython:master Sep 4, 2015
@minrk minrk added this to the 4.1 milestone Sep 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants