astral-sh

astral-sh/python-build-standalone

Produce redistributable builds of Python

1 good first / help-wanted issue · Python · last activity Aug 3, 2025

1 Open Issue Need Help Last updated: Aug 3, 2025

Open Issues Need Help

View All on GitHub
DevOps Build Automation

AI Summary: Modify the Python standalone build process to prevent static linking of the `_ctypes_test` module, ensuring its symbols are not exported in the final binaries (`bin/python` or `libpython`). The module should still be built dynamically to allow test execution. Consider adding a test to enforce a naming convention (e.g., `Py` or `_Py` prefix) for exported dynamic symbols.

Complexity: 4/5
good first issue
astral-sh/python-build-standalone
3.3K

Produce redistributable builds of Python

Python