[python-win32] Building Python-2.7.6 for 64bit Windows

Tim Roberts timr at probo.com
Tue Feb 4 00:28:48 CET 2014


Bharath Ramesh wrote:
> On Mon, Feb 3, 2014 at 11:44 AM, Tim Roberts <timr at probo.com> wrote:
>>
>> The Python ssl module will always use its statically linked library.  It
>> doesn't care which dynamic libraries are loaded -- the external
>> references it needs were already satisfied at link time.
> Would it affect other packages that are linked dynamically?

I'm not sure what you're asking.  If you have loaded OpenSSL 1.0.1
dynamically, and some other package comes in that links to OpenSSL
dynamically, then it should get your 1.0.1 version.

The Python ssl module's static linking won't affect any other modules.

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list