4 Commits

Author SHA1 Message Date
bcallah
0c5071923b Simple update to py-cloudpickle to 0.5.1 -- its one consumer
(devel/py-doit) is happy with this update.
2017-11-14 16:16:05 +00:00
sthen
e2fbbfea9c unbreak py27 packaging, missed MODPY_COMMENT. breakage reported by nigel@ 2017-06-07 22:02:00 +00:00
sthen
31c3f88ec2 add py3 support to devel/py-cloudpickle, from bcallah 2017-06-07 15:41:30 +00:00
bcallah
0b257a1597 Import devel/py-cloudpickle
tweaks and ok jca@

cloudpickle makes it possible to serialize Python constructs not
supported by the default pickle module from the Python standard library.

cloudpickle is especially useful for cluster computing where Python
expressions are shipped over the network to execute on remote hosts,
possibly close to the data.

Among other things, cloudpickle supports pickling for lambda
expressions, functions and classes defined interactively in the __main__
module.
2015-08-21 23:44:49 +00:00