-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
Open
Labels
buildThe build process and cross-buildThe build process and cross-builddependenciesPull requests that update a dependency filePull requests that update a dependency filetype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
This Makefile fixes an issue in the cpython. Specifically, previously, any modifications of files like Modules/expat/*.c would not trigger a rebuild of Modules/expat/xmltok.o
Makefile_fixed.zip
. The Makefile fixes this by including them as additional dependencies.
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
- gh-119538: Add missing expat build dependencies #119647
- [3.13] gh-119538: Add missing expat build dependencies (GH-119647) #119685
- [3.12] gh-119538: Add missing expat build dependencies (GH-119647) #119686
- gh-119538: Add missing build dependencies #125389
- gh-119538: Add missing build dependencies #125998
Metadata
Metadata
Assignees
Labels
buildThe build process and cross-buildThe build process and cross-builddependenciesPull requests that update a dependency filePull requests that update a dependency filetype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error