mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 00:29:38 +08:00
Abstract plasma store creation request queue (#12039)
This commit is contained in:
@@ -888,7 +888,7 @@ cdef class CoreWorker:
|
||||
# can't track their lifecycle, so we don't pin the object
|
||||
# in this case.
|
||||
check_status(CCoreWorkerProcess.GetCoreWorker().Seal(
|
||||
c_object_id, pin_object=object_ref is None))
|
||||
c_object_id, pin_object=False))
|
||||
|
||||
def put_serialized_object(self, serialized_object,
|
||||
ObjectRef object_ref=None,
|
||||
|
||||
Reference in New Issue
Block a user