Skip to content

Commit 6f7a3d5

Browse files
committed
Set the default pickle protocol to 4
1 parent f0f3a80 commit 6f7a3d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Orange/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
dill.settings['protocol'] = pickle.HIGHEST_PROTOCOL
88
dill.settings['recurse'] = True
99
dill.settings['byref'] = True
10+
pickle.DEFAULT_PROTOCOL = 4
1011

1112
from .misc.lazy_module import _LazyModule
1213
from .misc.datasets import _DatasetInfo

0 commit comments

Comments
 (0)