Remove weakref from setup.py now that it is builtin.

This commit is contained in:
Georg Brandl 2010-08-21 13:05:38 +00:00
parent 01099a7757
commit fa8fa0caf4
1 changed files with 1 additions and 1 deletions

View File

@ -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']) )