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

Skip to content

Commit adadc0f

Browse files
committed
Remove rotor and xreadlines from VC 7.1 build.
1 parent 3d3db96 commit adadc0f

2 files changed

Lines changed: 0 additions & 58 deletions

File tree

PC/config.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ extern void initregex(void);
2424
#ifndef MS_WIN64
2525
extern void initrgbimg(void);
2626
#endif
27-
extern void initrotor(void);
2827
extern void initsignal(void);
2928
extern void initsha(void);
3029
extern void initstrop(void);
@@ -38,7 +37,6 @@ extern void initmsvcrt(void);
3837
extern void init_locale(void);
3938
#endif
4039
extern void init_codecs(void);
41-
extern void initxreadlines(void);
4240
extern void init_weakref(void);
4341
extern void init_hotshot(void);
4442
extern void initxxsubtype(void);
@@ -93,7 +91,6 @@ struct _inittab _PyImport_Inittab[] = {
9391
#ifndef MS_WIN64
9492
{"rgbimg", initrgbimg},
9593
#endif
96-
{"rotor", initrotor},
9794
{"signal", initsignal},
9895
{"sha", initsha},
9996
{"strop", initstrop},
@@ -110,7 +107,6 @@ struct _inittab _PyImport_Inittab[] = {
110107
#endif
111108

112109
{"_codecs", init_codecs},
113-
{"xreadlines", initxreadlines},
114110
{"_weakref", init_weakref},
115111
{"_hotshot", init_hotshot},
116112
{"_random", init_random},

PCbuild/pythoncore.vcproj

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -2679,33 +2679,6 @@
26792679
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;$(NoInherit)"/>
26802680
</FileConfiguration>
26812681
</File>
2682-
<File
2683-
RelativePath="..\Modules\rotormodule.c">
2684-
<FileConfiguration
2685-
Name="Release|Win32">
2686-
<Tool
2687-
Name="VCCLCompilerTool"
2688-
Optimization="2"
2689-
AdditionalIncludeDirectories=""
2690-
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;$(NoInherit)"/>
2691-
</FileConfiguration>
2692-
<FileConfiguration
2693-
Name="Debug|Win32">
2694-
<Tool
2695-
Name="VCCLCompilerTool"
2696-
Optimization="0"
2697-
AdditionalIncludeDirectories=""
2698-
PreprocessorDefinitions="_DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS;$(NoInherit)"/>
2699-
</FileConfiguration>
2700-
<FileConfiguration
2701-
Name="ReleaseItanium|Win32">
2702-
<Tool
2703-
Name="VCCLCompilerTool"
2704-
Optimization="2"
2705-
AdditionalIncludeDirectories=""
2706-
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;$(NoInherit)"/>
2707-
</FileConfiguration>
2708-
</File>
27092682
<File
27102683
RelativePath="..\Objects\setobject.c">
27112684
<FileConfiguration
@@ -3276,33 +3249,6 @@
32763249
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;$(NoInherit)"/>
32773250
</FileConfiguration>
32783251
</File>
3279-
<File
3280-
RelativePath="..\Modules\xreadlinesmodule.c">
3281-
<FileConfiguration
3282-
Name="Release|Win32">
3283-
<Tool
3284-
Name="VCCLCompilerTool"
3285-
Optimization="2"
3286-
AdditionalIncludeDirectories=""
3287-
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;$(NoInherit)"/>
3288-
</FileConfiguration>
3289-
<FileConfiguration
3290-
Name="Debug|Win32">
3291-
<Tool
3292-
Name="VCCLCompilerTool"
3293-
Optimization="0"
3294-
AdditionalIncludeDirectories=""
3295-
PreprocessorDefinitions="_DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS;$(NoInherit)"/>
3296-
</FileConfiguration>
3297-
<FileConfiguration
3298-
Name="ReleaseItanium|Win32">
3299-
<Tool
3300-
Name="VCCLCompilerTool"
3301-
Optimization="2"
3302-
AdditionalIncludeDirectories=""
3303-
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;$(NoInherit)"/>
3304-
</FileConfiguration>
3305-
</File>
33063252
<File
33073253
RelativePath="..\Modules\xxsubtype.c">
33083254
<FileConfiguration

0 commit comments

Comments
 (0)