mirror of
https://github.com/python/cpython.git
synced 2025-07-19 01:05:26 +00:00
The Python symtable module depends on .h files that setup.py doesn't track.
This commit is contained in:
parent
7a1ea0e880
commit
a25d995ab0
2 changed files with 3 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -214,7 +214,6 @@ class PyBuildExt(build_ext):
|
|||
|
||||
exts.append( Extension('_hotshot', ['_hotshot.c']) )
|
||||
exts.append( Extension('_weakref', ['_weakref.c']) )
|
||||
exts.append( Extension('_symtable', ['symtablemodule.c']) )
|
||||
exts.append( Extension('xreadlines', ['xreadlinesmodule.c']) )
|
||||
|
||||
# array objects
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue