JuliaPy / PyCall.jl

Package to call Python functions from the Julia language
MIT License
1.47k stars 187 forks source link

Thread-safe garbage collection rebase #1073

Open MilesCranmer opened 8 months ago

MilesCranmer commented 8 months ago

Rebased version of #883 from @marius311

My one concern is for cases where thread 1 is busy... Does that mean the GC would simply never run?