Skip to content

Commit

Permalink
try RTLD_GLOBAL
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Nov 15, 2024
1 parent 5df54d4 commit 285f514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/libucx/libucx/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# a library to be loaded later and successfully satisfy that dependency
# without polluting the global symbol table with symbols from
# that library that could conflict with symbols from other DSOs.
PREFERRED_LOAD_FLAG = ctypes.RTLD_LOCAL
PREFERRED_LOAD_FLAG = ctypes.RTLD_GLOBAL


def _load_system_installation(soname: str):
Expand Down

0 comments on commit 285f514

Please sign in to comment.