Message200256
| 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: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 | |