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-05.09:31:20
SpamBayes Score -1.0
Marked as misclassified
Message-id <1399282281.24.0.224597070043.issue21121@psf.upfronthosting.co.za>
In-reply-to
内容
The current patch allows the user to specify e.g.:

CFLAGS_NODIST="-march=core2" ./configure


So it would be surprising to get:

>>> import sysconfig
>>> sysconfig.get_config_var('CFLAGS_NODIST')
''


Now, we could restrict ourselves entirely to internal PY_CFLAGS_NODIST,
but I think exposing the feature is really useful if users or
distributors want to specify optimizations, FPU behavior or other
things that should not generally show up in distutils.
历史
日期 用户 动作 参数
2014-05-05 09:31:21skrah修改recipients: + skrah, ronaldoussoren, larry, benjamin.peterson, ned.deily, eric.araujo, dstufft, wolma, nilsge
2014-05-05 09:31:21skrah修改messageid: <1399282281.24.0.224597070043.issue21121@psf.upfronthosting.co.za>
2014-05-05 09:31:21skrah链接issue21121 messages
2014-05-05 09:31:20skrah创建