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: Problem with static libs on Windows
Type: Stage:
Components: Windows Versions: Python 3.0, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: loewis Nosy List: christian.heimes, loewis
Priority: low Keywords: patch

Created on 2007-11-30 17:12 by christian.heimes, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
trunk_staticlib.patch christian.heimes, 2007-11-30 17:12
Messages (2)
msg57991 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2007-11-30 17:12
patrickkidd (IRC nick) has reported a problem with creating a static
libraries on Windows. He suggested the appended patch.
msg59223 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2008-01-04 13:36
Already fixed in svn
History
Date User Action Args
2022-04-11 14:56:28adminsetgithub: 45868
2008-01-06 22:29:44adminsetkeywords: - py3k
versions: Python 2.6, Python 3.0
2008-01-04 13:36:08christian.heimessetstatus: open -> closed
resolution: fixed
messages: + msg59223
2007-11-30 19:21:59gvanrossumsetpriority: low
2007-11-30 17:12:28christian.heimescreate