bpo-45548: Some test modules must be built as shared libs (GH-29268)
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.
C
Christian Heimes committed
f0150ac94a85c863ec1dcb58b9e33ed7ce465ec8
Parent: d957521
Committed by GitHub <noreply@github.com>
on 10/29/2021, 3:49:57 PM