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 loewis
Recipients alexis, brian.curtin, eric.araujo, jackjansen, kristjan.jonsson, loewis, mhammond, sable, santoso.wijaya, tarek, tim.golden, vstinner
Date 2012-03-17.10:13:42
SpamBayes Score 4.8590576e-12
Marked as misclassified No
Message-id <4F6463D5.6030402@v.loewis.de>
In-reply-to <1331977887.15.0.429016455392.issue13210@psf.upfronthosting.co.za>
Content
> 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.

Not sure what you mean by "forward compatibility". You cannot build
extension modules with a different version of MSVC than you built
Python with; that's inherent in the way the MS CRT works. This means
that Python 2.7 and 3.2 will continue to use VS 2008 until their
end-of-life, and extensions module authors will continue to need
VS 2008. Getting the old compilers isn't that hard, either - the
express edition of VS 2008 is still available for download.

So whatever "forward compatibiltiy" is in this context - I think
it is extremely hard.

> What is there keeping this from moving forwards?

Brian Curtin has volunteered to work on this. Maybe he can comment
on the status; there is little point in people duplicating efforts
(except perhaps for publishing hg clones that add project files
for the older branches, for people who want that).
History
Date User Action Args
2012-03-17 10:13:43loewissetrecipients: + loewis, mhammond, jackjansen, kristjan.jonsson, vstinner, sable, tim.golden, tarek, eric.araujo, brian.curtin, santoso.wijaya, alexis
2012-03-17 10:13:43loewislinkissue13210 messages
2012-03-17 10:13:42loewiscreate