mirror of
https://github.com/wassname/ray.git
synced 2026-09-09 11:32:43 +08:00
Migrate Python C extension to Cython (#3541)
This commit is contained in:
@@ -215,7 +215,7 @@ class PlasmaEventHandler:
|
||||
if not isinstance(object_id, ray.ObjectID):
|
||||
raise TypeError("Input should be an ObjectID.")
|
||||
|
||||
plain_object_id = plasma.ObjectID(object_id.id())
|
||||
plain_object_id = plasma.ObjectID(object_id.binary())
|
||||
fut = PlasmaObjectFuture(loop=self._loop, object_id=plain_object_id)
|
||||
|
||||
if check_ready:
|
||||
|
||||
Reference in New Issue
Block a user