➜

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.

作者 steve.dower
收信人 Arfrever, barry, brett.cannon, eric.snow, lemburg, ncoghlan, ned.deily, pitrou, steve.dower, tim.golden, vstinner, zach.ware
日期 2014-12-07.06:48:17
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1417934898.84.0.807250709146.issue22980@psf.upfronthosting.co.za>
In-reply-to
内容
The attached patch adds platform tags for .pyd files for "win32", "win-arm", "win-amd64" and "win-ia64", which are the known compilers in pyconfig.h and the potential return values from distutils.util.get_platform(). It also fixes a bug where the suffix would be incorrect if building a debug extension.

I haven't been able to think of any scenarios where this could break other than perhaps packaging (since distutils defaults to including the tag), and we've got plenty of time to sort those issues out. A quick test installing Cython and some packages built with Cython seemed to be fine. AIUI, MinGW/cygwin builds won't use PC/pyconfig.h, and so they won't see any change.
历史
日期 用户 动作 参数
2014-12-07 06:48:19steve.dower修改recipients: + steve.dower, lemburg, barry, brett.cannon, ncoghlan, pitrou, vstinner, tim.golden, ned.deily, Arfrever, eric.snow, zach.ware
2014-12-07 06:48:18steve.dower修改messageid: <1417934898.84.0.807250709146.issue22980@psf.upfronthosting.co.za>
2014-12-07 06:48:18steve.dower链接issue22980 messages
2014-12-07 06:48:18steve.dower创建