Pablo Galindo Salgado <pablog...@gmail.com> 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 <rep...@bugs.python.org>
<https://bugs.python.org/issue41631>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to