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


Groups > comp.lang.python > #58110 > unrolled thread

shared libraries symbols visibility

Started byDavid Froger <david.froger@inria.fr>
First post2013-10-30 21:33 +0100
Last post2013-10-30 21:33 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

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

#58110 — shared libraries symbols visibility

FromDavid Froger <david.froger@inria.fr>
Date2013-10-30 21:33 +0100
Subjectshared libraries symbols visibility
Message-ID<mailman.1840.1383165225.18130.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web