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.

Author christian.heimes
Recipients christian.heimes, jdemeyer
Date 2013-05-17.20:23:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368822198.59.0.533624032786.issue18000@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, that's the main culprit. At first setup.py checks if all necessary bits and pieces for _ssl are available. If setup.py doesn't find the shared libraries and header files it adds _md5 to the list of extensions. Compilation and linking happens *after* the list of extension modules has been created.
History
Date User Action Args
2013-05-17 20:23:18christian.heimessetrecipients: + christian.heimes, jdemeyer
2013-05-17 20:23:18christian.heimessetmessageid: <1368822198.59.0.533624032786.issue18000@psf.upfronthosting.co.za>
2013-05-17 20:23:18christian.heimeslinkissue18000 messages
2013-05-17 20:23:18christian.heimescreate