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 kristjan.jonsson
Recipients alexis, brian.curtin, eric.araujo, jackjansen, kristjan.jonsson, loewis, mhammond, sable, santoso.wijaya, tarek, tim.golden, vstinner
Date 2012-03-17.09:51:26
SpamBayes Score 5.686792e-10
Marked as misclassified No
Message-id <1331977887.15.0.429016455392.issue13210@psf.upfronthosting.co.za>
In-reply-to
Content
I'd like to subscribe to this newsletter.
IMHO, it is important that people are able to compile python with VS2010 with minimum fuss.  Not everyone has access to older compilers and forward compatibility shouldn't be that hard.  
There are to problems currently, as far as I can tell:
1) errnomodule.c needs to be changed to make sure WSAERROR and ERROR are the same.  A patch to this effect exists already.
2) the .vcproj files don't upgrade correctly.  The new ones have an extra "TargetName" property, optionally settable but defaults to ProjectName.  This causes linker errors because of python's peculiar _d extension for debug.  There is no easy fix for this so a solution would be, unfortunately, to maintain a separate PCBuild10 directory.

What is there keeping this from moving forwards?
History
Date User Action Args
2012-03-17 09:51:27kristjan.jonssonsetrecipients: + kristjan.jonsson, loewis, mhammond, jackjansen, vstinner, sable, tim.golden, tarek, eric.araujo, brian.curtin, santoso.wijaya, alexis
2012-03-17 09:51:27kristjan.jonssonsetmessageid: <1331977887.15.0.429016455392.issue13210@psf.upfronthosting.co.za>
2012-03-17 09:51:26kristjan.jonssonlinkissue13210 messages
2012-03-17 09:51:26kristjan.jonssoncreate