mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
Add entries for the weakref module to the build control.
This commit is contained in:
parent
36154b2dbf
commit
2de7471d69
2 changed files with 2 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -153,6 +153,7 @@ class PyBuildExt(build_ext):
|
|||
exts.append( Extension('regex', ['regexmodule.c', 'regexpr.c']) )
|
||||
exts.append( Extension('pcre', ['pcremodule.c', 'pypcre.c']) )
|
||||
|
||||
exts.append( Extension('_weakref', ['_weakref.c']) )
|
||||
exts.append( Extension('xreadlines', ['xreadlinesmodule.c']) )
|
||||
|
||||
# array objects
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue