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 pitrou
Recipients dstufft, eric.araujo, loewis, ncoghlan, pitrou
Date 2014-05-26.22:24:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401143089.28.0.741973174716.issue21536@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, apparently the -l flag was added in #832799, for a rather complicated case where the interpreter is linked with a library dlopened by an embedding application (I suppose for some kind of plugin system). The OP there also mentions RTLD_GLOBAL as a workaround (or perhaps the right way of achieving the desired effect).

(also, the OP didn't mention why he used a shared library build, instead of linking Python statically with the dlopened library)
History
Date User Action Args
2014-05-26 22:24:49pitrousetrecipients: + pitrou, loewis, ncoghlan, eric.araujo, dstufft
2014-05-26 22:24:49pitrousetmessageid: <1401143089.28.0.741973174716.issue21536@psf.upfronthosting.co.za>
2014-05-26 22:24:49pitroulinkissue21536 messages
2014-05-26 22:24:48pitroucreate