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.

作者 skrah
收信人 benjamin.peterson, dstufft, eric.araujo, larry, ned.deily, nilsge, ronaldoussoren, skrah, wolma
日期 2014-05-04.20:15:39
SpamBayes Score -1.0
Marked as misclassified
Message-id <1399234539.6.0.355051899004.issue21121@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2014-05-04 20:15:39skrah修改recipients: + skrah, ronaldoussoren, larry, benjamin.peterson, ned.deily, eric.araujo, dstufft, wolma, nilsge
2014-05-04 20:15:39skrah修改messageid: <1399234539.6.0.355051899004.issue21121@psf.upfronthosting.co.za>
2014-05-04 20:15:39skrah链接issue21121 messages
2014-05-04 20:15:39skrah创建