From: Andrew M. Kuchling Date: Fri, 2 Mar 2001 06:24:14 +0000 (+0000) Subject: Disable the dl module X-Git-Tag: v2.1b1~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5dfa13719f2929e390e82a94a3721a65a6fd9bf8;p=thirdparty%2FPython%2Fcpython.git Disable the dl module --- diff --git a/setup.py b/setup.py index 67bf5b7b4a32..88e1c63486cb 100644 --- a/setup.py +++ b/setup.py @@ -388,7 +388,7 @@ class PyBuildExt(build_ext): exts.append( Extension('resource', ['resource.c']) ) # Generic dynamic loading module - exts.append( Extension('dl', ['dlmodule.c']) ) + #exts.append( Extension('dl', ['dlmodule.c']) ) # Sun yellow pages. Some systems have the functions in libc. if platform not in ['cygwin']: