Remove vanilla pickle serialization for task arguments (#6948)

This commit is contained in:
Edward Oakes
2020-01-31 16:52:43 -08:00
committed by GitHub
parent 9b6794cbb0
commit 341a921d81
7 changed files with 31 additions and 192 deletions
-2
View File
@@ -1523,8 +1523,6 @@ def put(value, weakref=False):
"""Store an object in the object store.
The object may not be evicted while a reference to the returned ID exists.
Note that this pinning only applies to the particular object ID returned
by put, not object IDs in general.
Args:
value: The Python object to be stored.