bpo-45548: Some test modules must be built as shared libs (GH-29268) by tiran · Pull Request #29268 · python/cpython
Some test cases don't work when test modules are static extensions. Add dependency on Modules/config.c to trigger a rebuild whenever a module build type is changed. ``makesetup`` puts shared extensions into ``Modules/`` directory. Create symlinks from pybuilddir so the extensions can be imported. Note: It is not possible to use the content of pybuilddir.txt as a build target. Makefile evaluates target variables in the first pass. The pybuilddir.txt file does not exist at that point. Signed-off-by: Christian Heimes <christian@python.org>
tiran
changed the title
bpo-45548: Some test modules must be built as shared libs
bpo-45548: Some test modules must be built as shared libs (GH-29268)
tiran
deleted the
bpo-45548-4
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters