[issue15237] Add capsule API to _decimal

Stefan Krah report at bugs.python.org
Fri Oct 18 16:00:11 CEST 2013


Stefan Krah added the comment:

Marc-Andre Lemburg <report at 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()).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15237>
_______________________________________


More information about the Python-bugs-list mailing list