conda-forge / conda-forge/conda-forge.github.io

Document statically linked python

Open
#778 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.