This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients BTaskaya, corona10, dino.viehland, eric.snow, lukasz.langa, pablogsal, petr.viktorin, shihai1991, vstinner
Date 2020-08-26.19:06:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598468806.49.0.834340361544.issue41631@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2020-08-26 19:06:46pablogsalsetrecipients: + pablogsal, vstinner, dino.viehland, petr.viktorin, lukasz.langa, eric.snow, corona10, BTaskaya, shihai1991
2020-08-26 19:06:46pablogsalsetmessageid: <1598468806.49.0.834340361544.issue41631@roundup.psfhosted.org>
2020-08-26 19:06:46pablogsallinkissue41631 messages
2020-08-26 19:06:46pablogsalcreate