This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add _ctypes, _ctypes_test, and _elementtree to VC6 build
Type: Stage:
Components: Build Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: larry, loewis
Priority: normal Keywords: patch

Created on 2006-10-15 08:26 by larry, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
lch.python.win32.ctypes.and.etree.vc6.build.zip larry, 2006-10-15 08:26 Fixed/new build files for VC6 for both 2.5 and 2.6 trunk (any revision).
Messages (3)
msg51253 - (view) Author: Larry Hastings (larry) * (Python committer) Date: 2006-10-15 08:26
Following patch #1576954:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1576954&group_id=5470

I've created VC6 .dsp files for _ctypes, _ctypes_test, and _elementtree.  VC6 builds now have all the same modules, and pass all the same tests, that the VC7 build does.  (Hooray?)

The zip file has three new files:
  _ctypes.dsp
  _ctypes_test.dsp
  _elementtree.dsp
And a replacement for one file:
  pcbuild.dsw
Since these all need to be checked in as binary, I've sent you the whole file(s) instead of diffs.

Note: the attached build files work for both 2.5 *and* 2.6.  I hope you check 'em in in both places.

Enjoy!
msg51254 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-10-15 08:53
Logged In: YES 
user_id=21627

Thanks for the patch. Committed as r52336 and r52337.
msg51255 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-10-15 11:53
Logged In: YES 
user_id=21627

As Hirokazu Yamamoto points out, this still doesn't make the
VC6 build create all the modules that PCbuild creates, e.g.
sqlite3 is still missing. See also python.org/sf/1457736.
History
Date User Action Args
2022-04-11 14:56:20adminsetgithub: 44132
2006-10-15 08:26:19larrycreate