v0.4.3
Installation
pip install cloudpickle
Changes Since v0.4.2
- Fixed a regression:
AttributeErrorwhen loading pickles that hold a
reference to a dynamically defined class from the__main__module.
(issue #131). - Fixed a crash in Python 2 when serializing non-hashable instancemethods of built-in
types. (issue #144)