Bharath Ramesh wrote: > On Mon, Feb 3, 2014 at 11:44 AM, Tim Roberts <t...@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, t...@probo.com Providenza & Boekelheide, Inc. _______________________________________________ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32