• Thomas Heller's avatar
    Fix SF#983164. · a146feaa
    Thomas Heller yazdı
    Patch from Mark Hammond:
    
    bdist_wininst attempts to use the correct MSVC runtime for the current
    version of Python. This doesn't work correctly when --target-version
    is set. In that case, bdist_wininst still uses the *current*
    sys.version (ie, 2.4) rather than the version specified as
    --target-version. Thus, the msvc7 runtime based executable stub is
    *always* used.
    
    This patch "hard-codes" knowledge of earlier Python versions,
    providing the correct result when Python 2.4 is used to build Python
    2.3 and earlier distributions.
    
    Remove the short variant (-v) of the --target-version command line
    options, it conflicts with the --verbose/-v standard distutils switch.
    a146feaa
Adı
Son kayıt (commit)
Son güncelleme
..
command Loading commit data...
tests Loading commit data...
README Loading commit data...
__init__.py Loading commit data...
archive_util.py Loading commit data...
bcppcompiler.py Loading commit data...
ccompiler.py Loading commit data...
cmd.py Loading commit data...
core.py Loading commit data...
cygwinccompiler.py Loading commit data...
debug.py Loading commit data...
dep_util.py Loading commit data...
dir_util.py Loading commit data...
dist.py Loading commit data...
emxccompiler.py Loading commit data...
errors.py Loading commit data...
extension.py Loading commit data...
fancy_getopt.py Loading commit data...
file_util.py Loading commit data...
filelist.py Loading commit data...
log.py Loading commit data...
msvccompiler.py Loading commit data...
mwerkscompiler.py Loading commit data...
spawn.py Loading commit data...
sysconfig.py Loading commit data...
text_file.py Loading commit data...
unixccompiler.py Loading commit data...
util.py Loading commit data...
version.py Loading commit data...