conda-forge / conda-forge/conda-forge.github.io
Document statically linked python
Open
Docs
- Dominant language
- JavaScript
- Stars
- 170
- Forks
- 320
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 5
Description
Basically extension modules should not link to libpython.so as python is statically linked to libpython.a and extension modules should add `--undefined` (this is default on linux) or `-undefined dynamic_lookup` on osx. Otherwise segfaults can happen.
Contributor guide
Assessment
This issue has not been assessed yet.