##// END OF EJS Templates
Merge pull request #2246 from minrk/canning_depth...
Merge pull request #2246 from minrk/canning_depth serialize individual args/kwargs rather than the containers This allows specials to be handled inside containers as args/kwargs It is less efficient than before (still more efficient than 0.13) in cases where there is a very large number of simple arguments, but I think that generally the number of arguments is modest, and simple cases of small containers of arrays/References are likely (as most readily demonstrated by use in map). The relevant behaviors are tested. closes #2239
Min RK -
r8166:75c66c87 merge
Show More
Name Size Modified Last Commit Author
/ IPython / parallel / tests
__init__.py Loading ...
clienttest.py Loading ...
test_asyncresult.py Loading ...
test_client.py Loading ...
test_db.py Loading ...
test_dependency.py Loading ...
test_lbview.py Loading ...
test_magics.py Loading ...
test_mongodb.py Loading ...
test_newserialized.py Loading ...
test_view.py Loading ...