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.

Unsupported provider

Author thorsten.behrens
Recipients MrWerewolf, eric.araujo, giampaolo.rodola, ipatrol, loewis, mark.dickinson, r.david.murray, skrah, srid, tarek, thorsten.behrens
Date 2010-12-23.15:33:22
SpamBayes Score 0.0012781377
Marked as misclassified No
Message-id <1293118404.02.0.794525549921.issue7511@psf.upfronthosting.co.za>
In-reply-to
Content
You are right, this is not a bug in Python. The diff provides a workaround for a limitation in VC++ 2008 Express. This diff is a piece of user service.

An equally as workable workaround is for the user to copy VC\bin\vcvars64.bat into VC\bin\amd64\vcvarsamd64.bat. Once that is done, distutils works without the workaround provided in this diff.

Whether to provide a workaround within Python for an issue in VC++ 2008 Express can certainly be debated. I for one suggest to err on the side of being friendly, rather than insisting on purity.

Consider that users of Python do include hobbyists and students. For them, VC++ Pro may be out of reach. And there are plenty of reasons for building 64-bit binaries, among them learning exercises.
History
Date User Action Args
2010-12-23 15:33:24thorsten.behrenssetrecipients: + thorsten.behrens, loewis, mark.dickinson, giampaolo.rodola, tarek, eric.araujo, r.david.murray, srid, skrah, ipatrol, MrWerewolf
2010-12-23 15:33:24thorsten.behrenssetmessageid: <1293118404.02.0.794525549921.issue7511@psf.upfronthosting.co.za>
2010-12-23 15:33:22thorsten.behrenslinkissue7511 messages
2010-12-23 15:33:22thorsten.behrenscreate