Skip to content

Commit

Permalink
fix comment (ray-project#6006)
Browse files Browse the repository at this point in the history
  • Loading branch information
edoakes authored Oct 25, 2019
1 parent 436dd93 commit 71a2f4c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions python/ray/includes/unique_ids.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,10 @@ cdef class ObjectID(BaseID):
# There is a strange error in rllib that causes the above to
# fail. Somehow the global 'ray' variable corresponding to the
# imported package is None when this gets called. Unfortunately
# this is hard to debug because . In any case, there's not much
# we can do besides ignore it (re-importing ray won't help).
# this is hard to debug because __dealloc__ is called during
# garbage collection so we can't get a good stack trace. In any
# case, there's not much we can do besides ignore it
# (re-importing ray won't help).
pass

cdef CObjectID native(self):
Expand Down

0 comments on commit 71a2f4c

Please sign in to comment.