mirror of
https://github.com/wassname/ray.git
synced 2026-07-11 12:35:33 +08:00
Remove vanilla pickle serialization for task arguments (#6948)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user