From: Guido van Rossum Date: Thu, 13 Jun 2002 15:08:35 +0000 (+0000) Subject: Get rid of accidentally checked-in reference to "bits". X-Git-Tag: v2.3c1~5349 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df1e092a1fbd4c62d30d8b687cfc24773319e0fc;p=thirdparty%2FPython%2Fcpython.git Get rid of accidentally checked-in reference to "bits". --- diff --git a/setup.py b/setup.py index b380415d444d..4f56b5114a33 100644 --- a/setup.py +++ b/setup.py @@ -271,8 +271,6 @@ class PyBuildExt(build_ext): exts.append( Extension('_weakref', ['_weakref.c']) ) exts.append( Extension('xreadlines', ['xreadlinesmodule.c']) ) - exts.append( Extension("bits", ["bits.c"]) ) - # array objects exts.append( Extension('array', ['arraymodule.c']) ) # complex math library functions