mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Remove more hotshot cruft.
This commit is contained in:
parent
fe9bed02e4
commit
c05d384bf7
6 changed files with 1 additions and 17 deletions
|
|
@ -137,10 +137,6 @@ SOURCE=..\..\Modules\_heapqmodule.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\Modules\_hotshot.c
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=..\..\Modules\_localemodule.c
|
SOURCE=..\..\Modules\_localemodule.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
|
||||||
|
|
@ -99,7 +99,6 @@ struct _inittab _PyImport_Inittab[] = {
|
||||||
|
|
||||||
{"_codecs", init_codecs},
|
{"_codecs", init_codecs},
|
||||||
{"_weakref", init_weakref},
|
{"_weakref", init_weakref},
|
||||||
{"_hotshot", init_hotshot},
|
|
||||||
{"_random", init_random},
|
{"_random", init_random},
|
||||||
{"_bisect", init_bisect},
|
{"_bisect", init_bisect},
|
||||||
{"_heapq", init_heapq},
|
{"_heapq", init_heapq},
|
||||||
|
|
|
||||||
|
|
@ -437,8 +437,7 @@ EASYEXTMODULES= fpectl \
|
||||||
# Python modules to be dynamically loaded that need explicit build rules
|
# Python modules to be dynamically loaded that need explicit build rules
|
||||||
# (either multiple source files and/or non-standard module naming)
|
# (either multiple source files and/or non-standard module naming)
|
||||||
# (NOTE: use shortened names for modules affected by 8 char name limit)
|
# (NOTE: use shortened names for modules affected by 8 char name limit)
|
||||||
HARDEXTMODULES= _hotshot \
|
HARDEXTMODULES= _socket \
|
||||||
_socket \
|
|
||||||
_testcap \
|
_testcap \
|
||||||
unicoded
|
unicoded
|
||||||
|
|
||||||
|
|
@ -567,9 +566,6 @@ $(PGEN.EXE): $(OBJ.PGEN) $(OUT)pgen.def
|
||||||
# awkward handling (due e.g. to non-std naming, or multiple source files)
|
# awkward handling (due e.g. to non-std naming, or multiple source files)
|
||||||
# - standard modules
|
# - standard modules
|
||||||
|
|
||||||
_hotshot$(MODULE.EXT): $(OUT)_hotshot$O $(OUT)_hotshot_m.def $(PYTHON.IMPLIB)
|
|
||||||
$(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(L^) $(LIBS)
|
|
||||||
|
|
||||||
_socket$(MODULE.EXT): $(OUT)socketmodule$O $(OUT)_socket_m.def $(PYTHON.IMPLIB)
|
_socket$(MODULE.EXT): $(OUT)socketmodule$O $(OUT)_socket_m.def $(PYTHON.IMPLIB)
|
||||||
$(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(L^) $(LIBS)
|
$(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(L^) $(LIBS)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -75,7 +75,6 @@ extern void initzipimport();
|
||||||
#if !HAVE_DYNAMIC_LOADING
|
#if !HAVE_DYNAMIC_LOADING
|
||||||
extern void init_curses();
|
extern void init_curses();
|
||||||
extern void init_curses_panel();
|
extern void init_curses_panel();
|
||||||
extern void init_hotshot();
|
|
||||||
extern void init_testcapi();
|
extern void init_testcapi();
|
||||||
extern void initbz2();
|
extern void initbz2();
|
||||||
extern void initfpectl();
|
extern void initfpectl();
|
||||||
|
|
@ -134,7 +133,6 @@ struct _inittab _PyImport_Inittab[] = {
|
||||||
#if !HAVE_DYNAMIC_LOADING
|
#if !HAVE_DYNAMIC_LOADING
|
||||||
{"_curses", init_curses},
|
{"_curses", init_curses},
|
||||||
{"_curses_panel", init_curses_panel},
|
{"_curses_panel", init_curses_panel},
|
||||||
{"_hotshot", init_hotshot},
|
|
||||||
{"_testcapi", init_testcapi},
|
{"_testcapi", init_testcapi},
|
||||||
{"bz2", initbz2},
|
{"bz2", initbz2},
|
||||||
{"fpectl", initfpectl},
|
{"fpectl", initfpectl},
|
||||||
|
|
|
||||||
|
|
@ -1413,10 +1413,6 @@
|
||||||
RelativePath="..\..\Modules\_heapqmodule.c"
|
RelativePath="..\..\Modules\_heapqmodule.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\Modules\_hotshot.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\Modules\_localemodule.c"
|
RelativePath="..\..\Modules\_localemodule.c"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,6 @@ ftpmirror.py FTP mirror script
|
||||||
google.py Open a webbrowser with Google.
|
google.py Open a webbrowser with Google.
|
||||||
gprof2html.py Transform gprof(1) output into useful HTML.
|
gprof2html.py Transform gprof(1) output into useful HTML.
|
||||||
h2py.py Translate #define's into Python assignments
|
h2py.py Translate #define's into Python assignments
|
||||||
hotshotmain.py Main program to run script under control of hotshot
|
|
||||||
idle Main program to start IDLE
|
idle Main program to start IDLE
|
||||||
ifdef.py Remove #if(n)def groups from C sources
|
ifdef.py Remove #if(n)def groups from C sources
|
||||||
lfcr.py Change LF line endings to CRLF (Unix to Windows)
|
lfcr.py Change LF line endings to CRLF (Unix to Windows)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue