commit | fa8fa0caf4681b0d834121399d54588ae0a965cb | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Aug 21 13:05:38 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Aug 21 13:05:38 2010 +0000 |
tree | 3f09bdc8e8bd9ef7901c0527eb0c13f88c1a9d71 | |
parent | 01099a7757a5d495772a9d0ea3b78f856c9db03b [diff] |
Remove weakref from setup.py now that it is builtin.
diff --git a/setup.py b/setup.py index 7d5d30c..36257ed 100644 --- a/setup.py +++ b/setup.py
@@ -453,7 +453,7 @@ # # 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']) )