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 eryksun
Recipients aundro, eryksun
Date 2015-12-08.15:28:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449588537.7.0.4711790032.issue25824@psf.upfronthosting.co.za>
In-reply-to
Content
Issue 24508 backported the project files from 3.5 to 2.7. In the new pyproject.props, MS_DLL_ID (for the DLL string table) is defined as the value of SysWinVer. Currently the latter is defined in python.props as follows:

    <!-- The version number for sys.winver -->
    <SysWinVer>$(MajorVersionNumber).$(MinorVersionNumber)</SysWinVer>
    <SysWinVer Condition="$(Platform) == 'Win32' or $(Platform) == 'x86'">$(SysWinVer)-32</SysWinVer>

AFAIK, 2.7 shouldn't be using the -32 suffix for 32-bit builds. This should only have changed for 3.5+.
History
Date User Action Args
2015-12-08 15:28:57eryksunsetrecipients: + eryksun, aundro
2015-12-08 15:28:57eryksunsetmessageid: <1449588537.7.0.4711790032.issue25824@psf.upfronthosting.co.za>
2015-12-08 15:28:57eryksunlinkissue25824 messages
2015-12-08 15:28:57eryksuncreate