Antoine Pitrou added the comment:

Hmm, apparently the -l flag was added in #832799, for a rather complicated case 
where the interpreter is linked with a library dlopened by an embedding 
application (I suppose for some kind of plugin system). The OP there also 
mentions RTLD_GLOBAL as a workaround (or perhaps the right way of achieving the 
desired effect).

(also, the OP didn't mention why he used a shared library build, instead of 
linking Python statically with the dlopened library)

----------

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

Reply via email to