Message200256
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()). |
|
Date |
User |
Action |
Args |
2013-10-18 14:00:11 | skrah | set | recipients:
+ skrah, lemburg, rhettinger, mark.dickinson, larry, Arfrever |
2013-10-18 14:00:11 | skrah | link | issue15237 messages |
2013-10-18 14:00:11 | skrah | create | |
|