消息 [200256]
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:11 | skrah | 修改 | recipients:
+ skrah, lemburg, rhettinger, mark.dickinson, larry, Arfrever |
| 2013-10-18 14:00:11 | skrah | 链接 | issue15237 messages |
| 2013-10-18 14:00:11 | skrah | 创建 | |
|