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 brian.curtin
Recipients alexis, brian.curtin, eric.araujo, loewis, mhammond, sable, santoso.wijaya, tarek, tim.golden, vstinner
Date 2011-11-25.16:20:15
SpamBayes Score 5.1499947e-09
Marked as misclassified No
Message-id <1322238016.76.0.726245969771.issue13210@psf.upfronthosting.co.za>
In-reply-to
Content
Before we both go down the same paths and duplicate effort, http://hg.python.org/sandbox/vs2010port/ has already completed the transition in terms of running the conversion, saving off the VS9 files, making some minimal code changes (errno module specifically), and has begun to fix tests. This is already done for 'default' aka 3.3.

8 tests failed:
    test_distutils test_email test_io test_os test_packaging
    test_pep3151 test_socket test_subprocess

The distutils and packaging test failures seem to be about differences in command line flags for some of the VS2010 binaries (looks like a link.exe issue in one). Most of the others are about remaining errno differences, and the subprocess issue is with too many files being open.
History
Date User Action Args
2011-11-25 16:20:18brian.curtinsetrecipients: + brian.curtin, loewis, mhammond, vstinner, sable, tim.golden, tarek, eric.araujo, santoso.wijaya, alexis
2011-11-25 16:20:16brian.curtinsetmessageid: <1322238016.76.0.726245969771.issue13210@psf.upfronthosting.co.za>
2011-11-25 16:20:16brian.curtinlinkissue13210 messages
2011-11-25 16:20:15brian.curtincreate