File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ extern void init_codecs_jp(void);
6666extern void init_codecs_kr (void );
6767extern void init_codecs_tw (void );
6868extern void init_subprocess (void );
69+ extern void init_lsprof (void );
6970
7071/* tools/freeze/makeconfig.py marker for additional "extern" */
7172/* -- ADDMODULE MARKER 1 -- */
@@ -121,6 +122,7 @@ struct _inittab _PyImport_Inittab[] = {
121122 {"_random" , init_random },
122123 {"_bisect" , init_bisect },
123124 {"_heapq" , init_heapq },
125+ {"_lsprof" , init_lsprof },
124126 {"itertools" , inititertools },
125127 {"collections" , initcollections },
126128 {"_symtable" , init_symtable },
Original file line number Diff line number Diff line change 376376 <File
377377 RelativePath=" ..\Modules\_localemodule.c" >
378378 </File >
379+ <File
380+ RelativePath=" ..\Modules\_lsprof.c" >
381+ </File >
379382 <File
380383 RelativePath=" ..\Modules\_randommodule.c" >
381384 </File >
712715 <File
713716 RelativePath=" ..\Modules\rgbimgmodule.c" >
714717 </File >
718+ <File
719+ RelativePath=" ..\Modules\rotatingtree.c" >
720+ </File >
715721 <File
716722 RelativePath=" ..\Objects\setobject.c" >
717723 </File >
You can’t perform that action at this time.
0 commit comments