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 loewis
Recipients janssen, loewis, ssoria
Date 2010-01-13.05:57:11
SpamBayes Score 1.718012e-06
Marked as misclassified No
Message-id <1263362235.86.0.754843793014.issue7672@psf.upfronthosting.co.za>
In-reply-to
Content
Bill: unloading the shared probably means he does dlclose() (after having done dlopen initially). Furthermore, it probably means he does that on libpythonxy.so. I'm a bit puzzled that it also affects _ssl.so (unless he dlcloses that as well) - Python, on its own, will never dlclose any library.

In any case, calling dlclose to unload a shared library has no effect on Python whatsoever. No callback is triggered, and no interpreter code gets executed in that process.
History
Date User Action Args
2010-01-13 05:57:16loewissetrecipients: + loewis, janssen, ssoria
2010-01-13 05:57:15loewissetmessageid: <1263362235.86.0.754843793014.issue7672@psf.upfronthosting.co.za>
2010-01-13 05:57:13loewislinkissue7672 messages
2010-01-13 05:57:11loewiscreate