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, martin.panter, mdk, pitrou, twouters, vstinner, xdegaye
Date 2018-01-20.01:07:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516410438.52.0.467229070634.issue32430@psf.upfronthosting.co.za>
In-reply-to
Content
I like the idea of removing the Modules/Setup.dist => Modules/Setup copy which removes immediately the annoying warning (bpo-32429).

> ... that one can modify and commit

I'm not sure about the "commit" part. I see Modules/Setup as a configuration file. Python provides a default configuration, fine.

Why not adding an option in Makefile or configure to allow to specify a different path to a custom Setup file?

./configure --setup-file=google_uber_cool_setup_file && make
History
Date User Action Args
2018-01-20 01:07:18vstinnersetrecipients: + vstinner, twouters, barry, pitrou, xdegaye, martin.panter, mdk
2018-01-20 01:07:18vstinnersetmessageid: <1516410438.52.0.467229070634.issue32430@psf.upfronthosting.co.za>
2018-01-20 01:07:18vstinnerlinkissue32430 messages
2018-01-20 01:07:18vstinnercreate