v0.5.3
Installation
pip install cloudpickle
Changes Since v0.5.2
-
Fixed a crash in Python 2 when serializing non-hashable instancemethods of built-in
types (issue #144). -
itertools objects can also pickled
(PR #156). -
logging.RootLogger
can be also pickled
(PR #160).