Remove weakref from setup.py now that it is builtin.
This commit is contained in:
parent
01099a7757
commit
fa8fa0caf4
2
setup.py
2
setup.py
|
@ -453,7 +453,7 @@ class PyBuildExt(build_ext):
|
||||||
#
|
#
|
||||||
|
|
||||||
# Some modules that are normally always on:
|
# Some modules that are normally always on:
|
||||||
exts.append( Extension('_weakref', ['_weakref.c']) )
|
#exts.append( Extension('_weakref', ['_weakref.c']) )
|
||||||
|
|
||||||
# array objects
|
# array objects
|
||||||
exts.append( Extension('array', ['arraymodule.c']) )
|
exts.append( Extension('array', ['arraymodule.c']) )
|
||||||
|
|
Loading…
Reference in New Issue