PyCall.jl icon indicating copy to clipboard operation
PyCall.jl copied to clipboard

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

Open petvana opened this issue 4 years ago • 0 comments

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.

petvana avatar Nov 08 '21 22:11 petvana