From 5dfa13719f2929e390e82a94a3721a65a6fd9bf8 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Fri, 2 Mar 2001 06:24:14 +0000 Subject: [PATCH] Disable the dl module --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 67bf5b7b4a..88e1c63486 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']: -- 2.50.0