Installation
pip install cloudpickle
Changes Since v0.4.0
- Fixed a crash when pickling dynamic classes whose
__dict__
attribute was defined as aproperty
. Most notably, this affected dynamic namedtuples in Python 2. (#113) - Cloudpickle now preserves the
__module__
attribute of functions (#118). - Fixed a crash when pickling modules that don't have a
__package__
attribute (#116).