]> granicus.if.org Git - python/commit
A new dynload_next, which actually only works on OSX but isn't renamed yet.
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 1 Feb 2002 16:01:05 +0000 (16:01 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 1 Feb 2002 16:01:05 +0000 (16:01 +0000)
commitd4c76bf65a53860444f9350bd3848376ff08e720
tree590d345238f0bb018710a8e7fd97cbb8518028af
parent4892f2406f8cc3527bf0620c4a78f11d909afe8a
A new dynload_next, which actually only works on OSX but isn't renamed yet.

By default every module is imported in its own namespace, but this can
be changed by defining USE_DYLD_GLOBAL_NAMESPACE. In a future version this
define will be replaced by a runtime setting, but that needs a bit more
thought.

This code is largely based on code and feedback from Steven Majewski,
Marcel Prastawa, Manoj Plakal and other on pythonmac-sig.
Python/dynload_next.c