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 eric.araujo
Recipients eric.araujo, loewis, ocean-city, tarek
Date 2010-08-11.04:52:18
SpamBayes Score 5.6408055e-05
Marked as misclassified No
Message-id <1281502344.09.0.259939769418.issue9558@psf.upfronthosting.co.za>
In-reply-to
Content
Digging into the history of build_ext, I see that you committed a fix for VC 6 two years ago, so I think you’re more knowledgeable than me. I’m adding a Windows expert for confirmation.

Going back to 2007 finds the origin of the line you’re editing:
“[svn r59290] Applied my patch #1455 with some extra fixes for VS 2005
The new msvc9compiler module supports VS 2005 and VS 2008.” The bug log specifies that VS 2008 is tested and works, so I’m not sure your bug is distutils’s fault. Could it be that win32release does not exist in recent releases? (I don’t actually know if VS has multiple releases for one version.)

Does test_build_ext pass?
History
Date User Action Args
2010-08-11 04:52:24eric.araujosetrecipients: + eric.araujo, loewis, ocean-city, tarek
2010-08-11 04:52:24eric.araujosetmessageid: <1281502344.09.0.259939769418.issue9558@psf.upfronthosting.co.za>
2010-08-11 04:52:21eric.araujolinkissue9558 messages
2010-08-11 04:52:19eric.araujocreate