mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Get rid of accidentally checked-in reference to "bits".
This commit is contained in:
parent
11ba094957
commit
df1e092a1f
1 changed files with 0 additions and 2 deletions
2
setup.py
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue