• 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
..
__init__.py Loading commit data...
bdist.py Loading commit data...
bdist_dumb.py Loading commit data...
bdist_rpm.py Loading commit data...
bdist_wininst.py Loading commit data...
build.py Loading commit data...
build_clib.py Loading commit data...
build_ext.py Loading commit data...
build_py.py Loading commit data...
build_scripts.py Loading commit data...
checkdep.py Loading commit data...
clean.py Loading commit data...
command_template Loading commit data...
config.py Loading commit data...
install.py Loading commit data...
install_data.py Loading commit data...
install_headers.py Loading commit data...
install_lib.py Loading commit data...
install_scripts.py Loading commit data...
register.py Loading commit data...
sdist.py Loading commit data...
wininst-6.exe Loading commit data...
wininst-7.1.exe Loading commit data...