[Python-3000-checkins] r65671 - python/branches/py3k

hirokazu.yamamoto python-3000-checkins at python.org
Thu Aug 14 09:37:15 CEST 2008


Author: hirokazu.yamamoto
Date: Thu Aug 14 09:37:15 2008
New Revision: 65671

Log:
Blocked revisions 65663 via svnmerge

........
  r65663 | hirokazu.yamamoto | 2008-08-14 10:33:44 +0900 | 19 lines
  
  Issue #2065: VC6 related fix.
  
  - PC/VC6/_bsddb.dsp:
      removed '/nodefaultlib:"msvcrt"' to fix linker error.
  
  - PC/VC6/_msi.dsp, PC/VC6/pcbuild.dsw:
      added new module support.
  
  - PC/VC6/_sqlite3.dsp:
      /D "MODULE_NAME=\"sqlite3\""
      caused extra leading space like
      #define MODULE_NAME " sqlite3"
      so uses
      /D MODULE_NAME=\"sqlite3\"
      instead.
  
  - PC/VC6/python.dsp:
      changed stack size to 2MB to avoid stack overflow on
      some tests.
........


Modified:
   python/branches/py3k/   (props changed)


More information about the Python-3000-checkins mailing list