Skip to content

Commit

Permalink
Reference support free issue
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Nov 9, 2023
1 parent cb1c973 commit 35cd871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/exceptions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ end
Indicates that an object was manually freed by the application.
Currently should never happen as Ray.jl doesn't currently implement `free` like
[Ray for Python does](https://github.com/ray-project/ray/blob/ray-2.5.1/python/ray/_private/internal_api.py#L170).
Currently should never happen as [Ray.jl doesn't currently implement `free`](https://github.com/beacon-biosignals/Ray.jl/issues/230)
like [Ray for Python does](https://github.com/ray-project/ray/blob/ray-2.5.1/python/ray/_private/internal_api.py#L170).
"""
struct ObjectFreedError <: RayError
object_context::ObjectContext
Expand Down

0 comments on commit 35cd871

Please sign in to comment.