From: Martin v. Löwis Date: Tue, 14 Feb 2006 21:25:29 +0000 (+0000) Subject: Add _lsprof. X-Git-Tag: v2.5a0~679 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9fb181bab3379d7ef55f72f789f37853009e6e1a;p=python Add _lsprof. --- diff --git a/PC/config.c b/PC/config.c index 962d9b908d..45a097741b 100644 --- a/PC/config.c +++ b/PC/config.c @@ -66,6 +66,7 @@ extern void init_codecs_jp(void); extern void init_codecs_kr(void); extern void init_codecs_tw(void); extern void init_subprocess(void); +extern void init_lsprof(void); /* tools/freeze/makeconfig.py marker for additional "extern" */ /* -- ADDMODULE MARKER 1 -- */ @@ -121,6 +122,7 @@ struct _inittab _PyImport_Inittab[] = { {"_random", init_random}, {"_bisect", init_bisect}, {"_heapq", init_heapq}, + {"_lsprof", init_lsprof}, {"itertools", inititertools}, {"collections", initcollections}, {"_symtable", init_symtable}, diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 9d3776c971..3f3e3c04e2 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -376,6 +376,9 @@ + + @@ -712,6 +715,9 @@ + +