Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

I have a suggestion (I am ok with also doing both). We should add also a flag 
that allows to statically compile openssl into the extension modules (if the .a 
are available) so there will be no shared object dependency. This allows us to 
have artifacts that are more self contained (regarding OpenSSL), partially 
eliminating the problem.

We could also go a step ahead and also hide the OpenSSL symbols from the 
dynamic table, so they don't collide if another shared object is already loaded 
in the future.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43466>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to