]> granicus.if.org Git - python/commit
Python on OS X 10.3 and above now uses dlopen() (via dynload_shlib.c)
authorAnthony Baxter <anthonybaxter@gmail.com>
Sun, 9 Apr 2006 15:07:40 +0000 (15:07 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Sun, 9 Apr 2006 15:07:40 +0000 (15:07 +0000)
commit8220174489e3f28b874b3b45516585c30e5999da
treea5b669f41c261aedf8ef1ace07418c825956c40b
parenta50794b62016e573b9f2a9e4a2a376c7360eae56
Python on OS X 10.3 and above now uses dlopen() (via dynload_shlib.c)
to load extension modules and now provides the dl module. As a result,
sys.setdlopenflags() now works correctly on these systems. (SF patch
#1454844)
Lib/test/regrtest.py
Lib/test/test_dl.py
Misc/ACKS
Misc/NEWS
configure
configure.in
setup.py