This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vemakereporter
Recipients vemakereporter
Date 2019-07-14.06:53:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563087187.08.0.733315200631.issue37589@roundup.psfhosted.org>
In-reply-to
Content
We use a tool to detect 138 dependence issues in the Makefile. Most of them are missing of c source files and header files. 

Those issues can cause incorrect results when we want to do incremental build and parallel build.

For example, any changes in "Include/typeslots.h" will not cause "Modules/atexitmodule.o" to be rebuilt, which is incorrect.

I've fixed all of them in the github PR:
https://github.com/python/cpython/pull/14758

I've tested it on my computer and the fixed version works as expected.
History
Date User Action Args
2019-07-14 06:53:07vemakereportersetrecipients: + vemakereporter
2019-07-14 06:53:07vemakereportersetmessageid: <1563087187.08.0.733315200631.issue37589@roundup.psfhosted.org>
2019-07-14 06:53:07vemakereporterlinkissue37589 messages
2019-07-14 06:53:06vemakereportercreate