[issue7546] msvc9compiler.py: add .asm extension
Stefan Krah
report at bugs.python.org
Mon Aug 30 17:28:14 CEST 2010
Stefan Krah <stefan-usenet at bytereef.org> added the comment:
I have a new patch with tests, but I'm not quite satisfied with it.
The remaining problem is that the choice of ml64 or ml is fragile
if a user has executed `vcvarsall xyz`, and we attempt to use the
resulting environment.
For example, if `vcvarsall amd64` has been executed once in a command
line window, a subsequent `vcvarsall x86` will not reset the environment
sufficiently, so ml64 is detected and the x86 build will fail.
But in general this patch should work.
----------
Added file: http://bugs.python.org/file18681/vcasm2.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7546>
_______________________________________
More information about the Python-bugs-list
mailing list