cluster-workers icon indicating copy to clipboard operation
cluster-workers copied to clipboard

Drop cloud module for serialization

Open sampsyo opened this issue 11 years ago • 1 comments
trafficstars

We currently use PiCloud's cloud library for serialization of closures. Since PiCloud is no more, this is unmaintained. It also doesn't support Python 3. We should find an alternative or stop serializing closures.

sampsyo avatar May 23 '14 22:05 sampsyo

Dill is a possible alternative.

sampsyo avatar Aug 31 '15 19:08 sampsyo