Skip to content
Snippets Groups Projects
Commit 00b77221 authored by Lars Bilke's avatar Lars Bilke Committed by Tom Fischer
Browse files

[Python] Enabled global symbol visibility between modules.

parent f066efa4
No related branches found
No related tags found
No related merge requests found
import os
import sys
from ._internal.wrap_cli_tools import cli # noqa: F401
# Otherwise runtime undefined symbols, see
# https://stackoverflow.com/a/60841073/80480
sys.setdlopenflags(os.RTLD_GLOBAL | os.RTLD_LAZY)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment