Issue 1720: VC6 build patch for release-maint25 (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/46061

classification

Title: VC6 build patch for release-maint25
Type: Stage:
Components: Build Versions: Python 2.5

process

Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: loewis Nosy List: christian.heimes, loewis, ocean-city
Priority: low Keywords: patch

Created on 2008-01-02 14:46 by ocean-city, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
vc6-release-maint25.patch ocean-city,2008-01-02 14:46
patch-for-release-maint25.zip ocean-city,2008-01-25 11:56
Messages (6)
msg59094 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2008-01-02 14:46
Hello. This patch adds missing _msi support. I confirmed msi file was successfully created for simple .py extension via "setup.py bdist_msi". Thank you.
msg59096 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2008-01-02 16:15
Do you have time to check and fix the VC6 build directories of Python 2.6 and 3.0, too? I don't think that they are up to date.
msg59121 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2008-01-03 03:40
The patch for 2.6 is in . I don't have a patch for 3.0 yet, but I'll try to make it.
msg59128 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2008-01-03 10:47
I have submitted the patch for py3k as .
msg61681 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2008-01-25 11:56
Fix to build _bsddb module in Release mode.
msg64153 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2008-03-20 05:43
contains the patch for this branch too, so I'll close this issue.
History
Date User Action Args
2022-04-11 14:56:29 admin set github: 46061
2008-03-20 05:43:43 ocean-city set status: open -> closedresolution: duplicatemessages: +
2008-01-25 11:56:19 ocean-city set files: + patch-for-release-maint25.zipmessages: +
2008-01-03 10:47:57 ocean-city set messages: +
2008-01-03 03:40:41 ocean-city set messages: +
2008-01-02 16:15:04 christian.heimes set priority: lowassignee: loewismessages: + keywords: + patchnosy: + loewis, christian.heimes
2008-01-02 14:46:34 ocean-city create