• Guido van Rossum's avatar
    Trent Mick: · c66ae966
    Guido van Rossum yazdı
    Changes to PC\config.[hc] for Win64. MSVC defines _WINxx to differentiate the
    various windows platforms. Python's MS_WINxx are keyed off of these. Note
    that _WIN32 (and hence MS_WIN32 in Python) are defined on Win32 *and* on
    Win64. This is for compatibility reasons. The idea is that the common case is
    that code specific to Win32 will also work on Win64 rather than being
    specific to Win32 (i.e. there is more the same than different in WIn32 and
    Win64).
    
    The following modules are specifically excluded in the Win64 build:
    audioop, binascii, imageop, rgbimg. They are advertised as heavily 32-bit
    dependent.  [They should probably be fixed!  --GvR]
    
    The patch to config.h looks big but it really is not. These are the effective
    changes:
    - MS_WINxx are keyed off _WINxx
    - SIZEOF_VOID_P is set to 8 for Win64
    - COMPILER string is changed appropriately for Win64
    c66ae966
Adı
Son kayıt (commit)
Son güncelleme
BeOS Loading commit data...
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.cvsignore Loading commit data...
.hgtags Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...