File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 5
5
reference to a dynamically defined class from the ` __main__ ` module.
6
6
([ issue #131 ] ( https://github.com/cloudpipe/cloudpickle/issues/131 ) ).
7
7
8
+ - Fixed a crash in Python 2 when serializing non-hashable instancemethods of built-in
9
+ types. ([ issue #144 ] ( https://github.com/cloudpipe/cloudpickle/issues/144 ) )
10
+
8
11
0.4.2
9
12
=====
10
13
Original file line number Diff line number Diff line change 2
2
3
3
from cloudpickle .cloudpickle import *
4
4
5
- __version__ = '0.4.1 '
5
+ __version__ = '0.4.3 '
Original file line number Diff line number Diff line change 8
8
9
9
dist = setup (
10
10
name = 'cloudpickle' ,
11
- version = '0.4.2 ' ,
11
+ version = '0.4.3 ' ,
12
12
description = 'Extended pickling support for Python objects' ,
13
13
author = 'Cloudpipe' ,
14
14
You can’t perform that action at this time.
0 commit comments