bpo-32429: Abort compilation on outdated Modules/Setup file. by JulienPalard · Pull Request #5015 · python/cpython

@JulienPalard

@JulienPalard

pitrou

xdegaye

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, see my comment

echo "check to make sure you have all the updates you"; \
echo "need in your Modules/Setup file."; \
echo "Usually, copying Modules/Setup.dist to Modules/Setup will work."; \
echo "Or if you want to keep your modifications, touch Modules/Setup"; \

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When Modules/Setup.dist has been changed as for example by 7d895ac in September 2016, touching Modules/Setup is not sufficient. I suggest to remove that line.

@taleinat

Given that PR #8229 (bpo-32430) has been merged, ISTM this should be closed.

@JulienPalard