mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Remove weakref from setup.py now that it is builtin.
This commit is contained in:
parent
01099a7757
commit
fa8fa0caf4
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -453,7 +453,7 @@ class PyBuildExt(build_ext):
|
|||
#
|
||||
|
||||
# Some modules that are normally always on:
|
||||
exts.append( Extension('_weakref', ['_weakref.c']) )
|
||||
#exts.append( Extension('_weakref', ['_weakref.c']) )
|
||||
|
||||
# array objects
|
||||
exts.append( Extension('array', ['arraymodule.c']) )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue