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 vstinner
Recipients barry, benjamin.peterson, lemburg, mdk, pitrou, vstinner, xdegaye
Date 2018-01-20.01:00:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516410049.84.0.467229070634.issue32429@psf.upfronthosting.co.za>
In-reply-to
Content
> I'm ok with turning the warning into an error. Does anyone object here?

Please don't convert the warning to an error. Usually, I ignore the warning and "make" produces a working ./python binary anyway.

It's common that I get the warning when using git bisect, since it updates Modules/Setup.dist.

If you want to make it an error, I would prefer to have an option to "ignore the warning", like always copy Modules/Setup.dist to Modules/Setup (if it's detected as outdated).

I like Xavier's proposal (msg309078): only create Modules/Setup if you want to customize it, otherwise use Modules/Setup.dist. I *never* modified Modules/Setup, I don't even know its purpose, whereas it bugs me frequently with it's annoying warning...

It seems like I would prefer to see bpo-32430 fixed.
History
Date User Action Args
2018-01-20 01:00:49vstinnersetrecipients: + vstinner, lemburg, barry, pitrou, benjamin.peterson, xdegaye, mdk
2018-01-20 01:00:49vstinnersetmessageid: <1516410049.84.0.467229070634.issue32429@psf.upfronthosting.co.za>
2018-01-20 01:00:49vstinnerlinkissue32429 messages
2018-01-20 01:00:49vstinnercreate