mirror of
https://github.com/python/cpython.git
synced 2025-10-21 14:12:27 +00:00
Add entry for HotShot.
This commit is contained in:
parent
8c081a1584
commit
3a40f32aa6
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -212,6 +212,7 @@ class PyBuildExt(build_ext):
|
|||
exts.append( Extension('regex', ['regexmodule.c', 'regexpr.c']) )
|
||||
exts.append( Extension('pcre', ['pcremodule.c', 'pypcre.c']) )
|
||||
|
||||
exts.append( Extension('_hotshot', ['_hotshot.c']) )
|
||||
exts.append( Extension('_weakref', ['_weakref.c']) )
|
||||
exts.append( Extension('_symtable', ['symtablemodule.c']) )
|
||||
exts.append( Extension('xreadlines', ['xreadlinesmodule.c']) )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue