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

Produce redistributable builds of Python

Python