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 skrah
Recipients benjamin.peterson, dstufft, eric.araujo, larry, ned.deily, nilsge, ronaldoussoren, skrah, wolma
Date 2014-05-04.20:15:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399234539.6.0.355051899004.issue21121@psf.upfronthosting.co.za>
In-reply-to
Content
One more question:

I think it's nicer to add CFLAGS_NODIST to 'renamed_variables' in
Lib/sysconfig.py:265:

    renamed_variables = ('CFLAGS', 'CFLAGS_NODIST', 'LDFLAGS', 'CPPFLAGS')

That way it's possible to look up CFLAGS_NODIST directly.



For consistency, we can do the same for Lib/distutils/sysconfig.py,
where the variable would be purely informational.
History
Date User Action Args
2014-05-04 20:15:39skrahsetrecipients: + skrah, ronaldoussoren, larry, benjamin.peterson, ned.deily, eric.araujo, dstufft, wolma, nilsge
2014-05-04 20:15:39skrahsetmessageid: <1399234539.6.0.355051899004.issue21121@psf.upfronthosting.co.za>
2014-05-04 20:15:39skrahlinkissue21121 messages
2014-05-04 20:15:39skrahcreate