]> granicus.if.org Git - python/commitdiff
Remove weakref from setup.py now that it is builtin.
authorGeorg Brandl <georg@python.org>
Sat, 21 Aug 2010 13:05:38 +0000 (13:05 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 21 Aug 2010 13:05:38 +0000 (13:05 +0000)
setup.py

index 7d5d30c2cbc909f6a1a96d3411187d12be9f85b5..36257ed421c0002d64d6be7acf06702bcca5d045 100644 (file)
--- 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']) )