M Bussonnier

Results 573 comments of M Bussonnier

> @Carreau, would you accept a patch to revert it? Yes, that would be ok.

That will likely be in Jupyter Client and we can likely try in order sigint/term/kill

One of the questions will be the timeout for each.

No I think it's good here; though I think the patch if any would be in jupyter_client, as it is the one that currently sends signals.

Ok, once IPython 8.0 is out, and dust has settled a bit I can send a pull-request that bump minimal python versions. Thanks !

Ok, I'm confused why downstream it asks for the option and here it says the option is unknown

Thanks for the pointers I'll try to have a look.

Here is an example. ``` In [1]: from IPython.terminal.debugger import set_trace ...: ...: def g(): ...: import ipdb ...: set_trace() ...: raise ValueError ...: ...: def f(n): ...: ...: __tracebackhide__...