##// END OF EJS Templates
survive failure to bind to localhost in zmq.iostream...
survive failure to bind to localhost in zmq.iostream subprocess output will be unavailable, but the process will not die.

File last commit:

r13639:b321a7fd
r13825:e67b9637
Show More
use-dill.rst
7 lines | 347 B | text/x-rst | RstLexer

Using dill to expand serialization support

adds :func:`~IPython.utils.pickleutil.use_dill` for allowing dill to extend serialization support in :mod:`IPython.parallel` (closures, etc.). Also adds :meth:`DirectView.use_dill` convenience method for enabling dill locally and on all engines with one call.