mirror of
https://github.com/python/cpython.git
synced 2025-09-09 02:11:51 +00:00
Add minimal interface to symtable: _symtable module.
This commit is contained in:
parent
4b38da664c
commit
5e7cb240af
4 changed files with 82 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -154,6 +154,7 @@ class PyBuildExt(build_ext):
|
|||
exts.append( Extension('pcre', ['pcremodule.c', 'pypcre.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