Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f12088b

Browse files
committed
clean out some hotshot-related build turds
1 parent 0e474a8 commit f12088b

4 files changed

Lines changed: 0 additions & 17 deletions

File tree

PC/config.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ extern void init_locale(void);
2828
#endif
2929
extern void init_codecs(void);
3030
extern void init_weakref(void);
31-
extern void init_hotshot(void);
3231
extern void initxxsubtype(void);
3332
extern void initzipimport(void);
3433
extern void init_random(void);

PCbuild/python.iss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,8 @@ Source: Lib\*.py; DestDir: {app}\Lib; CopyMode: alwaysoverwrite; Components: mai
174174
Source: Lib\distutils\*.*; DestDir: {app}\Lib\distutils; CopyMode: alwaysoverwrite; Components: main; Flags: recursesubdirs
175175
Source: Lib\email\*.*; DestDir: {app}\Lib\email; CopyMode: alwaysoverwrite; Components: main; Flags: recursesubdirs
176176
Source: Lib\encodings\*.*; DestDir: {app}\Lib\encodings; CopyMode: alwaysoverwrite; Components: main; Flags: recursesubdirs
177-
Source: Lib\hotshot\*.*; DestDir: {app}\Lib\hotshot; CopyMode: alwaysoverwrite; Components: main; Flags: recursesubdirs
178177
Source: Lib\lib-old\*.*; DestDir: {app}\Lib\lib-old; CopyMode: alwaysoverwrite; Components: main; Flags: recursesubdirs
179178
Source: Lib\xml\*.*; DestDir: {app}\Lib\xml; CopyMode: alwaysoverwrite; Components: main; Flags: recursesubdirs
180-
Source: Lib\hotshot\*.*; DestDir: {app}\Lib\hotshot; CopyMode: alwaysoverwrite; Components: main; Flags: recursesubdirs
181179
Source: Lib\test\*.*; DestDir: {app}\Lib\test; CopyMode: alwaysoverwrite; Components: test; Flags: recursesubdirs
182180

183181
Source: Lib\site-packages\README.txt; DestDir: {app}\Lib\site-packages; CopyMode: alwaysoverwrite; Components: main
@@ -284,9 +282,6 @@ Name: {app}\Lib\email; Type: dirifempty
284282
Name: {app}\Lib\encodings\*.pyc; Type: files
285283
Name: {app}\Lib\encodings\*.pyo; Type: files
286284
Name: {app}\Lib\encodings; Type: dirifempty
287-
Name: {app}\Lib\hotshot\*.pyc; Type: files
288-
Name: {app}\Lib\hotshot\*.pyo; Type: files
289-
Name: {app}\Lib\hotshot; Type: dirifempty
290285
Name: {app}\Lib\lib-old\*.pyc; Type: files
291286
Name: {app}\Lib\lib-old\*.pyo; Type: files
292287
Name: {app}\Lib\lib-old; Type: dirifempty

PCbuild/python20.wse

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2023,14 +2023,6 @@ item: Install File
20232023
end
20242024
item: Remark
20252025
end
2026-
item: Install File
2027-
Source=..\lib\hotshot\*.py
2028-
Destination=%MAINDIR%\Lib\hotshot
2029-
Description=Fast Python profiler
2030-
Flags=0000000000000010
2031-
end
2032-
item: Remark
2033-
end
20342026
item: Install File
20352027
Source=..\lib\lib-old\*.py
20362028
Destination=%MAINDIR%\Lib\lib-old

PCbuild/pythoncore.vcproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,9 +379,6 @@
379379
<File
380380
RelativePath="..\Modules\_heapqmodule.c">
381381
</File>
382-
<File
383-
RelativePath="..\Modules\_hotshot.c">
384-
</File>
385382
<File
386383
RelativePath="..\Modules\_localemodule.c">
387384
</File>

0 commit comments

Comments
 (0)