Min RK
Min RK
SONAME is indeed fixed by #2886. However, darwin, at least, has a more sophisticated version/compatibility system than just filenames, though.
@SylvainCorlay thanks! I think the compatibility_version is not fixable as long as cmake unconditionally [uses SOVERSION for the compatibility version](https://github.com/Kitware/CMake/blob/v3.10.1/Source/cmCommonTargetGenerator.cxx#L230). If you could override compatibility/current version by hand, then I...
If you override `get_ipython().debugger` with your own function, you can modify it however you like. You can also access magics from the debugger in the slightly inconvenient `get_ipython().magic("whos")`, but note...
Thanks for the report. I can reproduce this with Python 3, but Python 2 behaves as it should (no significant memory growth after 10s of GB of input and output).
It's not so much that the ordering is enforced by CPython as it is that sending data to the actual FDs happens promptly, and `stream.flush()` is rarely necessary. In the...
Not that I know of, but you could subclass it.
we can only undo deletion (really undelete, then), not any other actions.
For anyone interested, the implementation difference is `IPython.utils.process.system` (`!`) vs `IPython.utils.process.getoutput` (`a = !` or `%sc`).
Thanks for the compliment, @ciprianiacobescu! Swig is not often picked up by new projects these days. I'm also not aware of SIP being used outside PyQt itself, but I could...
Can you check the engine and/or controller log files? Should be in ` /home/zach/.ipython/profile_default/log` You might also try launching ipcontroller and ipengine separately to see if you get more information...