File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
graalpython/lib-graalpython/patches/cloudpickle Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,10 @@ index 317be69..4e409e4 100644
12
12
op = instr.opcode
13
13
if op in GLOBAL_OPS:
14
14
diff --git a/cloudpickle/cloudpickle_fast.py b/cloudpickle/cloudpickle_fast.py
15
- index 63aaffa..873f462 100644
15
+ index 63aaffa..4ee14fd 100644
16
16
--- a/cloudpickle/cloudpickle_fast.py
17
17
+++ b/cloudpickle/cloudpickle_fast.py
18
- @@ -21,6 +21,7 @@ import struct
19
- import types
20
- import weakref
21
- import typing
22
- + import platform
23
-
24
- from enum import Enum
25
- from collections import ChainMap, OrderedDict
26
- @@ -663,7 +664,7 @@ class CloudPickler(Pickler):
18
+ @@ -663,7 +663,7 @@ class CloudPickler(Pickler):
27
19
self.globals_ref = {}
28
20
assert hasattr(self, 'proto')
29
21
You can’t perform that action at this time.
0 commit comments