mirror of
https://github.com/wassname/ray.git
synced 2026-07-28 11:25:04 +08:00
Basic reference counting & pinning (#6554)
This commit is contained in:
@@ -38,7 +38,6 @@ cdef class BaseID:
|
||||
cdef class ObjectID(BaseID):
|
||||
cdef:
|
||||
CObjectID data
|
||||
object buffer_ref
|
||||
# Flag indicating whether or not this object ID was added to the set
|
||||
# of active IDs in the core worker so we know whether we should clean
|
||||
# it up.
|
||||
|
||||
Reference in New Issue
Block a user