Godefroid Chapelle
Godefroid Chapelle
I am not fully sure I understand what you try to do. I have never used `commands` myself. (Thx for introducing it to me) `commands` is a `pdb` feature. Have...
`ipdb` is based on IPython. IOW, I guess you can use `IPython.core.debugger.PDB` API. If this is not the case, can you be more explicit about what API calls you would...
Took me time to come back :flushed: Any pull request is welcome.
In particular, read > Generally speaking, pickling things that are defined in the __main__ module (functions, classes, instances of said classes, things that reference any of the above) is simply...
As far as I understand, the issue comes from IPython. If someone finds a workaround, PR welcome
I actually went through `git blame` until first commit by hannosch which sounds like moving from elsewhere. I know none of you did touch it. I think it is spurious...
> I'd rather do that then adding arbitrary converters. I see more issues with time and knowledge missing to support those arbitrary converters added by contributors. @dataflake I agree with...
Thanks a lot for this. (I had tried to tackle the issue but did not get to satisfying code). I will check if I can fix the remaining broken test....
I am worried that the test fail is related to changes in latest `setuptools`. I would like to confirm this is not the case by testing with previous `setuptools` before...
Great ! Thanks @mauritsvanrees I have a small patch to merge and will do a release this weekend