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 f0f3a80 commit 6f7a3d5Copy full SHA for 6f7a3d5
Orange/__init__.py
@@ -7,6 +7,7 @@
7
dill.settings['protocol'] = pickle.HIGHEST_PROTOCOL
8
dill.settings['recurse'] = True
9
dill.settings['byref'] = True
10
+pickle.DEFAULT_PROTOCOL = 4
11
12
from .misc.lazy_module import _LazyModule
13
from .misc.datasets import _DatasetInfo
0 commit comments