Simplify Cython ID types and fix bug of ActorCheckpointID (#4045)

This commit is contained in:
Hao Chen
2019-02-15 20:15:16 +08:00
committed by GitHub
parent bb7c4ce9c4
commit 042ad84573
9 changed files with 108 additions and 68 deletions
+3 -12
View File
@@ -6,18 +6,9 @@ from libcpp.unordered_map cimport unordered_map
from libcpp.vector cimport vector as c_vector
from ray.includes.unique_ids cimport (
ActorCheckpointID as CActorCheckpointID,
ActorClassID as CActorClassID,
ActorHandleID as CActorHandleID,
ActorID as CActorID,
CUniqueID,
ClientID as CClientID,
ConfigID as CConfigID,
DriverID as CDriverID,
FunctionID as CFunctionID,
ObjectID as CObjectID,
TaskID as CTaskID,
WorkerID as CWorkerID,
CDriverID,
CObjectID,
CTaskID,
)