]> granicus.if.org Git - python/commit
Add the flag RTLD_GLOBAL to the dlopen() options.
authorGuido van Rossum <guido@python.org>
Tue, 2 Dec 1997 20:43:18 +0000 (20:43 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 2 Dec 1997 20:43:18 +0000 (20:43 +0000)
commit08052c7bb6ef674782ccef7dc11d71cbe398b5a5
treed5b69f92ee40af561f320e76f36a45a79e650ce2
parentc425d2f87bd39e4e8f4cc0260862d51eb72378e7
Add the flag RTLD_GLOBAL to the dlopen() options.
This exports symbols defined by the loaded extension to other
extensions (loaded later).

(I'm not quite sure about this but suppose it can't hurt...)
Python/importdl.c