Pablo Galindo Salgado <[email protected]> added the comment:
> What I'm not yet clear on: when is that shared object is initialized and > destroyed? I am assuming that you mean at the Python level and not at the linker level. Then: * Initialized: when dlopen on import. * Destroyed: never. The interpreter does not dlclose the shared objects. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue41631> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
