➜

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.

作者 ned.deily
收信人 ned.deily, vstinner, xdegaye, yan12125
日期 2016-07-03.00:09:51
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1467504592.19.0.611802688685.issue27442@psf.upfronthosting.co.za>
In-reply-to
内容
Typically, for other sorts of build configuration data, we have relied on extracting that from the ./configure-produced Makefile and making it available via sysconfig.get_config_var().  I think we should be cautious about bloating sys.implementation with platform-specific data unless there is an overriding need for it, for example, if it is needed during interpreter initialization before sysconfig can be initialized.  If not, I'd look at adding the needed values as configuration variables in configure.ac.
历史
日期 用户 动作 参数
2016-07-03 00:09:52ned.deily修改recipients: + ned.deily, vstinner, xdegaye, yan12125
2016-07-03 00:09:52ned.deily修改messageid: <1467504592.19.0.611802688685.issue27442@psf.upfronthosting.co.za>
2016-07-03 00:09:52ned.deily链接issue27442 messages
2016-07-03 00:09:51ned.deily创建