Issue 1006948: Build Patch #941881 (PEP 309 in C) on windows (original) (raw)

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

classification

Title: Build Patch #941881 (PEP 309 in C) on windows
Type: Stage:
Components: Windows Versions: Python 2.5

process

Status: closed Resolution:
Dependencies: Superseder:
Assigned To: rhettinger Nosy List: ncoghlan, rhettinger
Priority: normal Keywords: patch

Created on 2004-08-11 00:10 by ncoghlan, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
win_build_pep309.diff ncoghlan,2004-08-11 00:10 Build PEP 309 C implementation on Windows
Messages (3)
msg46660 - (view) Author: Alyssa Coghlan (ncoghlan) * (Python committer) Date: 2004-08-11 00:10
Patch #941881 provides a C implementation for PEP 309. This patch allows _that_ patch to be used on Windows.
msg46661 - (view) Author: Alyssa Coghlan (ncoghlan) * (Python committer) Date: 2004-08-11 00:13
Logged In: YES user_id=1038590 This should be checked by someone with Vis Studio 2003, since it involves a hand-edited VCPROJ file. It also has a side effect of removing references to the ODBC libraries from pythoncore.vcproj (refer Patch #1006916)
msg46662 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2005-02-28 05:12
Logged In: YES user_id=80475 Added the MSC6.0 project changes also. Closing this as a separate patch and submitting as part of the combined patch in 941881.
History
Date User Action Args
2022-04-11 14:56:06 admin set github: 40739
2004-08-11 00:10:58 ncoghlan create