[issue21536] extension built with a shared python cannot be loaded with a static python

reimar report at bugs.python.org
Mon Apr 29 10:42:36 EDT 2019


reimar <pybug at reimardoeffinger.de> added the comment:

As explained in Issue34814, this change not only breaks RTLD_LOCAL of libpython, but it breaks it in fact system-wide.
It seems a bit much for Python to enforce a system-wide policy to not use RTLD_LOCAL just because of its own technical challenges, and thus I'd ask to reconsider the original change.

----------
nosy: +reimar

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue21536>
_______________________________________


More information about the Python-bugs-list mailing list