PyCall.jl
PyCall.jl copied to clipboard
[Do not merge] Add a warning against having multiple copies of a shared library loaded
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.