Kaydet (Commit) fa8fa0ca authored tarafından Georg Brandl's avatar Georg Brandl

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

üst 01099a77
......@@ -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']) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment