We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ae305 commit 1615610Copy full SHA for 1615610
pysrc/juliacall/__init__.py
@@ -118,7 +118,7 @@ def path_option(name, default=None):
118
try:
119
# Open the library
120
os.chdir(os.path.dirname(libpath))
121
- CONFIG['lib'] = lib = c.CDLL(libpath)
+ CONFIG['lib'] = lib = c.CDLL(libpath, mode=c.RTLD_GLOBAL)
122
lib.jl_init__threading.argtypes = []
123
lib.jl_init__threading.restype = None
124
lib.jl_init__threading()
0 commit comments