./converters/py-cloudpickle, Extend the standard pickle.Pickler functionality

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.1.0, Package name: py312-cloudpickle-3.1.0, Maintainer: pkgsrc-users

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 code is
shipped over the network to execute on remote hosts, possibly close to the
data.


Master sites:

Filesize: 64.604 KB

Version history: (Expand)


CVS history: (Expand)


   2024-10-24 08:48:23 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-cloudpickle: updated to 3.1.0

3.1.0

- Some improvements to make cloudpickle more deterministic when pickling
  dynamic functions and classes, in particular with CPython 3.13.

- Fix a problem with the joint usage of cloudpickle's `_whichmodule` and
  `multiprocessing`.
   2024-08-06 08:22:18 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-cloudpickle: added version 3.0.0

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 code is
shipped over the network to execute on remote hosts, possibly close to the
data.