JuliaPy / PyCall.jl

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

[Do not merge] Add a warning against having multiple copies of a shared library loaded #942

Open petvana opened 2 years ago

petvana commented 2 years ago

This PR is a proof-of-concept to detect possible collision of multiple copies of the same library loaded (solving this PR). It cannot be solved directly in Libdl because Python loads libraries on the fly. This cannot be merged until the Julia PR is merged.