diff --git a/setup.py b/setup.py index 7d5d30c2cbc..36257ed421c 100644 --- a/setup.py +++ b/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']) )