Do we statically compile in extension modules? #7
Unanswered
brettcannon
asked this question in
General
Replies: 1 comment
-
For PBS, I statically linked so PyOxidizer could achieve single file executables. Without that use case, dynamic linking makes more sense. Especially on Linux, where the single symbol namespace of ELF can lead to problems when all extensions and their library dependencies are loaded at process start time. So my vote is dynamic loading. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm assuming not, but there might be reasons to that I'm not thinking of?
Beta Was this translation helpful? Give feedback.
All reactions