commit | 08052c7bb6ef674782ccef7dc11d71cbe398b5a5 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Dec 02 20:43:18 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Dec 02 20:43:18 1997 +0000 |
tree | d5b69f92ee40af561f320e76f36a45a79e650ce2 | |
parent | c425d2f87bd39e4e8f4cc0260862d51eb72378e7 [diff] |
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...)