Open Issues Need Help
View All on GitHub DevOps • Build Automation
Do not statically link _ctypes_test module about 1 month ago
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