Commit eb0502d3 authored by Georg Brandl's avatar Georg Brandl

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

parent 181fc005
...@@ -453,7 +453,7 @@ class PyBuildExt(build_ext): ...@@ -453,7 +453,7 @@ class PyBuildExt(build_ext):
# #
# Some modules that are normally always on: # Some modules that are normally always on:
exts.append( Extension('_weakref', ['_weakref.c']) ) #exts.append( Extension('_weakref', ['_weakref.c']) )
# array objects # array objects
exts.append( Extension('array', ['arraymodule.c']) ) 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