mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.
This commit is contained in:
parent
efbeaef1c1
commit
10be10cbe7
69 changed files with 73 additions and 7120 deletions
|
|
@ -176,8 +176,6 @@ class PyBuildExt(build_ext):
|
|||
#
|
||||
|
||||
# Some modules that are normally always on:
|
||||
exts.append( Extension('regex', ['regexmodule.c', 'regexpr.c']) )
|
||||
|
||||
exts.append( Extension('_weakref', ['_weakref.c']) )
|
||||
exts.append( Extension('_symtable', ['symtablemodule.c']) )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue