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 ned.deily
Recipients benjamin.peterson, dstufft, eric.araujo, larry, ned.deily, nilsge, ronaldoussoren, skrah, wolma
Date 2014-05-04.20:45:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399236342.58.0.0812186836399.issue21121@psf.upfronthosting.co.za>
In-reply-to
Content
Is there any reason to expose CFLAGS_NODIST externally?  It seems to me that it is only needed in the top-level setup.py for building standard library extension modules.  Let's not add yet another configuration variable to the already confusing array we present to users through the two sysconfig.get_config_var().
History
Date User Action Args
2014-05-04 20:45:42ned.deilysetrecipients: + ned.deily, ronaldoussoren, larry, benjamin.peterson, eric.araujo, skrah, dstufft, wolma, nilsge
2014-05-04 20:45:42ned.deilysetmessageid: <1399236342.58.0.0812186836399.issue21121@psf.upfronthosting.co.za>
2014-05-04 20:45:42ned.deilylinkissue21121 messages
2014-05-04 20:45:42ned.deilycreate