mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +00:00
Don't build the pcre module any more
This commit is contained in:
parent
acf261862d
commit
f7e836e6dd
2 changed files with 0 additions and 2 deletions
1
setup.py
1
setup.py
|
@ -296,7 +296,6 @@ class PyBuildExt(build_ext):
|
|||
|
||||
# Some modules that are normally always on:
|
||||
exts.append( Extension('regex', ['regexmodule.c', 'regexpr.c']) )
|
||||
exts.append( Extension('pcre', ['pcremodule.c', 'pypcre.c']) )
|
||||
|
||||
exts.append( Extension('_hotshot', ['_hotshot.c']) )
|
||||
exts.append( Extension('_weakref', ['_weakref.c']) )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue