mirror of
https://github.com/python/cpython.git
synced 2025-07-19 01:05:26 +00:00
remove hotshot profiler from Py3k
This commit is contained in:
parent
b62e8a8062
commit
0e474a801a
13 changed files with 14 additions and 2383 deletions
3
setup.py
3
setup.py
|
@ -413,8 +413,7 @@ class PyBuildExt(build_ext):
|
|||
exts.append( Extension("atexit", ["atexitmodule.c"]) )
|
||||
# Python C API test module
|
||||
exts.append( Extension('_testcapi', ['_testcapimodule.c']) )
|
||||
# profilers (_lsprof is for cProfile.py)
|
||||
exts.append( Extension('_hotshot', ['_hotshot.c']) )
|
||||
# profiler (_lsprof is for cProfile.py)
|
||||
exts.append( Extension('_lsprof', ['_lsprof.c', 'rotatingtree.c']) )
|
||||
# static Unicode character database
|
||||
exts.append( Extension('unicodedata', ['unicodedata.c']) )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue