Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5dfa137

Browse files
committed
Disable the dl module
1 parent 3ed4c15 commit 5dfa137

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ def detect_modules(self):
388388
exts.append( Extension('resource', ['resource.c']) )
389389

390390
# Generic dynamic loading module
391-
exts.append( Extension('dl', ['dlmodule.c']) )
391+
#exts.append( Extension('dl', ['dlmodule.c']) )
392392

393393
# Sun yellow pages. Some systems have the functions in libc.
394394
if platform not in ['cygwin']:

0 commit comments

Comments
 (0)