STINNER Victor <vstin...@redhat.com> added the comment:

> bpo-34814 is linked to this use case: 
> https://bugzilla.redhat.com/show_bug.cgi?id=1585201 is an example of Python 
> embedded in C using dlopen("libpython2.7.so.1.0", RTLD_LOCAL | RTLD_NOW). 
> Problem: some C extensions of the standard library cannot be loaded in this 
> case, like _struct.

bpo-1429775 is another example of RTLD_LOCAL usage, see:
https://mail.python.org/pipermail/python-dev/2006-February/060533.html

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://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