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 8fa64a9 commit 26fdd20Copy full SHA for 26fdd20
dynamic_library/_hook.py
@@ -15,4 +15,4 @@
15
warnings.warn('Libraries registered via dynamic_library entrypoints will not be loaded!', RuntimeWarning)
16
else:
17
for lib in dynamic_library.get_libraries():
18
- ctypes.CDLL(lib, ctypes.RTLD_GLOBAL)
+ ctypes.CDLL(lib, ctypes.RTLD_LOCAL)
0 commit comments