Looking through the code we can find a few examples of functions with arguments and keyword arguments serialized with cloudpickle. AFAICT this is used in the Client and the Workers. Though maybe it is used in other places as well. In these cases it would be nice to rely on the serialization mechanisms of the underlying Comm involved instead of simply pickling.
Looking through the code we can find a few examples of functions with arguments and keyword arguments serialized with cloudpickle. AFAICT this is used in the
Clientand theWorkers. Though maybe it is used in other places as well. In these cases it would be nice to rely on the serialization mechanisms of the underlyingComminvolved instead of simply pickling.