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 skrah
Recipients Arfrever, larry, lemburg, mark.dickinson, rhettinger, skrah
Date 2013-10-18.14:00:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20131018140013.GA29168@sleipnir.bytereef.org>
In-reply-to <5261072D.9030009@egenix.com>
Content
Marc-Andre Lemburg <report@bugs.python.org> wrote:
> This may work on Linux (and probably does if you use the right
> DL flags), but I don't think this works reliably or at all on other
> platforms such as Windows. Symbols from shared libs are not necessarily
> available to all other shared libraries in the same process.

Thanks. On Linux the scheme works (I stored the DLL handle in
the PyModuleObject and added a function PyModule_GetSymbol()).
History
Date User Action Args
2013-10-18 14:00:11skrahsetrecipients: + skrah, lemburg, rhettinger, mark.dickinson, larry, Arfrever
2013-10-18 14:00:11skrahlinkissue15237 messages
2013-10-18 14:00:11skrahcreate