]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45595: Make extensions depend on header files (GH-29198)
authorChristian Heimes <christian@python.org>
Mon, 25 Oct 2021 18:01:03 +0000 (21:01 +0300)
committerGitHub <noreply@github.com>
Mon, 25 Oct 2021 18:01:03 +0000 (20:01 +0200)
commit81669d1b7bd668d1bd0fab92836e8b5e7976e362
tree1b684a0ded5d348b4b869f6c87eed68858a6460e
parent77e3f224d6ae6d38e5fc899fb5eaadf2b7c255a1
bpo-45595: Make extensions depend on header files (GH-29198)

``setup.py`` and ``makesetup`` now track build dependencies on all Python
header files and module specific header files.

Signed-off-by: Christian Heimes <christian@python.org>
Makefile.pre.in
Misc/NEWS.d/next/Build/2021-10-24-11-02-43.bpo-45595.WI_5YU.rst [new file with mode: 0644]
Modules/makesetup
setup.py