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 steve.dower
Recipients Arfrever, barry, brett.cannon, eric.snow, lemburg, ncoghlan, ned.deily, pitrou, steve.dower, tim.golden, vstinner, zach.ware
Date 2014-12-07.06:48:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417934898.84.0.807250709146.issue22980@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-12-07 06:48:19steve.dowersetrecipients: + steve.dower, lemburg, barry, brett.cannon, ncoghlan, pitrou, vstinner, tim.golden, ned.deily, Arfrever, eric.snow, zach.ware
2014-12-07 06:48:18steve.dowersetmessageid: <1417934898.84.0.807250709146.issue22980@psf.upfronthosting.co.za>
2014-12-07 06:48:18steve.dowerlinkissue22980 messages
2014-12-07 06:48:18steve.dowercreate