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)
This commit is contained in:
Anthony Baxter 2006-04-09 15:07:40 +00:00
parent a50794b620
commit 8220174489
7 changed files with 17 additions and 8 deletions

View file

@ -945,7 +945,6 @@ _expectations = {
test_cd
test_cl
test_curses
test_dl
test_gdbm
test_gl
test_imgfile