You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should be ccall(:jl_gc_enable_finalizers, Cvoid, (Ptr{Cvoid}, Int32,), C_NULL, on), probably due to JuliaLang/julia#40715. We can pass C_NULL since we're disabling finalizers on our current task/thread. Thanks for the report @vtjnash !
This ccall is broken on master, but is also unnecessary (since Julia v1.6)
MemPool.jl/src/lock.jl
Lines 28 to 29 in f62e3ec
Refs https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2021-06/09/FileTrees.1.7.0-DEV-f442e4230a.log
The text was updated successfully, but these errors were encountered: