mirror of
https://github.com/python/cpython.git
synced 2025-07-30 22:54:16 +00:00
Disable the dl module
This commit is contained in:
parent
3ed4c15a88
commit
5dfa13719f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -388,7 +388,7 @@ class PyBuildExt(build_ext):
|
||||||
exts.append( Extension('resource', ['resource.c']) )
|
exts.append( Extension('resource', ['resource.c']) )
|
||||||
|
|
||||||
# Generic dynamic loading module
|
# 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.
|
# Sun yellow pages. Some systems have the functions in libc.
|
||||||
if platform not in ['cygwin']:
|
if platform not in ['cygwin']:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue