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 sable
Recipients alexis, eric.araujo, mhammond, sable, tarek
Date 2011-10-18.12:55:20
SpamBayes Score 0.0004576002
Marked as misclassified No
Message-id <1318942521.44.0.961979099616.issue13210@psf.upfronthosting.co.za>
In-reply-to
Content
Python for Windows is currently compiled with Visual Studio 2008.
It is not possible to use Visual Studio 2010.

It would be great to be able to compile Python with Visual Studio 2010:

* some people may only have access to this compiler which is more recent

* when embedding Python in an application compiled with Visual Studio 2010, you mix 2 C Runtime Libraries (msvcr90.dll and msvcr100.dll) which will generally result in a crash

This is the parent issue. I have various patches to achieve that and I will try to open one issue by patch. I may also run a builtbot using that compiler.
History
Date User Action Args
2011-10-18 12:55:21sablesetrecipients: + sable, mhammond, tarek, eric.araujo, alexis
2011-10-18 12:55:21sablesetmessageid: <1318942521.44.0.961979099616.issue13210@psf.upfronthosting.co.za>
2011-10-18 12:55:20sablelinkissue13210 messages
2011-10-18 12:55:20sablecreate