Dima Pasechnik

Results 294 comments of Dima Pasechnik
trafficstars

Is it possible to provide a non-interactive test for tab completion? I have a similar issue involving ipython 5.1.0, the one included in Sagemath 8.0, and I need to do...

The whole point that it **does** run in a separate thread, and that's what causes the segfault in my case. (It calls an extension initialised in the main thread, that's...

I don't see how it can be easy --- short of running single-thread. Indeed, the extension I am talking around has an embedded Common Lisp system ECL, which uses Boehm...

Can tab completion involve importing of modules? If you do importing from several threads, it might end in a race of some sort.