Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #58110

shared libraries symbols visibility

From David Froger <david.froger@inria.fr>
Subject shared libraries symbols visibility
Date 2013-10-30 21:33 +0100
Newsgroups comp.lang.python
Message-ID <mailman.1840.1383165225.18130.python-list@python.org> (permalink)

Show all headers | View raw


Hi list,

Python documentation on Extending Python with C or C++ says [1]:
    When modules are used as shared libraries, however, the symbols defined
    in one module may not be visible to another module.

Suppose I have an extension module that call functions provided by a shared
library, for example blas. Do I meet the same portability issue? If not, Why?

Thanks for your replies.
David

[1] http://docs.python.org/2/extending/extending.html#providing-a-c-api-for-an-extension-module

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

shared libraries symbols visibility David Froger <david.froger@inria.fr> - 2013-10-30 21:33 +0100

csiph-web