We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c977b commit 8408ea7Copy full SHA for 8408ea7
CHANGES.md
@@ -20,6 +20,16 @@
20
21
- Use `pickle.HIGHEST_PROTOCOL` by default.
22
23
+0.4.3
24
+=====
25
+
26
+- Fixed a regression: `AttributeError` when loading pickles that hold a
27
+ reference to a dynamically defined class from the `__main__` module.
28
+ ([issue #131]( https://github.com/cloudpipe/cloudpickle/issues/131)).
29
30
+- Fixed a crash in Python 2 when serializing non-hashable instancemethods of built-in
31
+ types. ([issue #144](https://github.com/cloudpipe/cloudpickle/issues/144))
32
33
0.4.2
34
=====
35
0 commit comments