[issue36753] Python modules not linking to libpython causes issues for RTLD_LOCAL system-wide

reimar report at bugs.python.org
Wed Aug 14 15:11:06 EDT 2019


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

I guess one way this could be "solved" would be by libpython doing a dlopen on itself with RTLD_GLOBAL on Python initialization.
I wouldn't bet that that wouldn't end up with some very interesting unintended consequences as well though.

----------

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


More information about the Python-bugs-list mailing list