Code cleanup about python3 asyncio compat (#11134)

* cleanup python3 compat and others
This commit is contained in:
Siyuan (Ryans) Zhuang
2020-09-30 14:22:25 -07:00
committed by GitHub
parent 0dcfa9ed6c
commit f0dba6bd2b
6 changed files with 18 additions and 33 deletions
+1 -1
View File
@@ -552,7 +552,7 @@ class FunctionActorManager:
else:
return method(actor, *args, **kwargs)
# Set method_name and method as attributes to the executor clusore
# Set method_name and method as attributes to the executor closure
# so we can make decision based on these attributes in task executor.
# Precisely, asyncio support requires to know whether:
# - the method is a ray internal method: starts with __ray