mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
setup.py was trying to build _weakref which is redundant as it's a built-in
module. Closes issue #9848. Thanks to Arfrever Frehtes Taifersar Arahesis for the bug report.
This commit is contained in:
parent
f7328d026b
commit
b82489dd7f
2 changed files with 3 additions and 3 deletions
3
setup.py
3
setup.py
|
@ -456,9 +456,6 @@ class PyBuildExt(build_ext):
|
|||
# on pretty much any POSIXish platform.
|
||||
#
|
||||
|
||||
# Some modules that are normally always on:
|
||||
exts.append( Extension('_weakref', ['_weakref.c']) )
|
||||
|
||||
# array objects
|
||||
exts.append( Extension('array', ['arraymodule.c']) )
|
||||
# complex math library functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue