Message124556
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. |
|
Date |
User |
Action |
Args |
2010-12-23 15:33:24 | thorsten.behrens | set | recipients:
+ thorsten.behrens, loewis, mark.dickinson, giampaolo.rodola, tarek, eric.araujo, r.david.murray, srid, skrah, ipatrol, MrWerewolf |
2010-12-23 15:33:24 | thorsten.behrens | set | messageid: <1293118404.02.0.794525549921.issue7511@psf.upfronthosting.co.za> |
2010-12-23 15:33:22 | thorsten.behrens | link | issue7511 messages |
2010-12-23 15:33:22 | thorsten.behrens | create | |
|