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 55 reference to a dynamically defined class from the ` __main__ ` module.
66 ([ issue #131 ] ( https://github.com/cloudpipe/cloudpickle/issues/131 ) ).
77
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+
8110.4.2
912=====
1013
Original file line number Diff line number Diff line change 22
33from cloudpickle .cloudpickle import *
44
5- __version__ = '0.4.1 '
5+ __version__ = '0.4.3 '
Original file line number Diff line number Diff line change 88
99dist = setup (
1010 name = 'cloudpickle' ,
11- version = '0.4.2 ' ,
11+ version = '0.4.3 ' ,
1212 description = 'Extended pickling support for Python objects' ,
1313 author = 'Cloudpipe' ,
1414
You can’t perform that action at this time.
0 commit comments