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.

作者 skrah
收信人 Arfrever, larry, lemburg, mark.dickinson, rhettinger, skrah
日期 2013-10-18.14:00:11
SpamBayes Score -1.0
Marked as misclassified
Message-id <20131018140013.GA29168@sleipnir.bytereef.org>
In-reply-to <5261072D.9030009@egenix.com>
内容
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()).
历史
日期 用户 动作 参数
2013-10-18 14:00:11skrah修改recipients: + skrah, lemburg, rhettinger, mark.dickinson, larry, Arfrever
2013-10-18 14:00:11skrah链接issue15237 messages
2013-10-18 14:00:11skrah创建