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: _ssl module can't be built on windows
Type: Stage:
Components: Build Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: loewis, zseil
Priority: normal Keywords:

Created on 2006-10-04 23:31 by zseil, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg30159 - (view) Author: Ziga Seilnacht (zseil) * (Python committer) Date: 2006-10-04 23:31
Revision 52152 on the release24-maint branch
updated the OpenSSL package to version 0.9.7l,
which causes linking errors due to unresolved
symbols. 

This can be fixed with a backport of patch 1197150:
http://www.python.org/sf/1197150
msg30160 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-10-06 07:02
Logged In: YES 
user_id=21627

Thanks for the report. This is now fixed with r52201.
History
Date User Action Args
2022-04-11 14:56:20adminsetgithub: 44082
2006-10-04 23:31:48zseilcreate