Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
9f5f056d
Commit
9f5f056d
authored
Jun 02, 2004
by
Thomas Heller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the pcre module.
parent
118f931d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
48 deletions
+0
-48
PC/VC6/pythoncore.dsp
PC/VC6/pythoncore.dsp
+0
-8
PC/config.c
PC/config.c
+0
-2
PCbuild/pythoncore.vcproj
PCbuild/pythoncore.vcproj
+0
-38
No files found.
PC/VC6/pythoncore.dsp
View file @
9f5f056d
...
...
@@ -555,10 +555,6 @@ SOURCE=..\..\Parser\parsetok.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\pcremodule.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\posixmodule.c
# End Source File
# Begin Source File
...
...
@@ -567,10 +563,6 @@ SOURCE=..\..\Python\pyfpe.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\pypcre.c
# End Source File
# Begin Source File
SOURCE=..\..\Python\pystate.c
# End Source File
# Begin Source File
...
...
PC/config.c
View file @
9f5f056d
...
...
@@ -33,7 +33,6 @@ extern void inittime(void);
extern
void
initthread
(
void
);
extern
void
initcStringIO
(
void
);
extern
void
initcPickle
(
void
);
extern
void
initpcre
(
void
);
#ifdef WIN32
extern
void
initmsvcrt
(
void
);
extern
void
init_locale
(
void
);
...
...
@@ -123,7 +122,6 @@ struct _inittab _PyImport_Inittab[] = {
#endif
{
"cStringIO"
,
initcStringIO
},
{
"cPickle"
,
initcPickle
},
{
"pcre"
,
initpcre
},
#ifdef WIN32
{
"msvcrt"
,
initmsvcrt
},
{
"_locale"
,
init_locale
},
...
...
PCbuild/pythoncore.vcproj
View file @
9f5f056d
...
...
@@ -1776,25 +1776,6 @@
PreprocessorDefinitions=
"_DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath=
"..\Modules\pcremodule.c"
>
<FileConfiguration
Name=
"Release|Win32"
>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"2"
AdditionalIncludeDirectories=
""
PreprocessorDefinitions=
"NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name=
"Debug|Win32"
>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"0"
AdditionalIncludeDirectories=
""
PreprocessorDefinitions=
"_DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath=
"..\Modules\posixmodule.c"
>
<FileConfiguration
...
...
@@ -1833,25 +1814,6 @@
PreprocessorDefinitions=
"_DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath=
"..\Modules\pypcre.c"
>
<FileConfiguration
Name=
"Release|Win32"
>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"2"
AdditionalIncludeDirectories=
""
PreprocessorDefinitions=
"NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name=
"Debug|Win32"
>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"0"
AdditionalIncludeDirectories=
""
PreprocessorDefinitions=
"_DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath=
"..\Python\pystate.c"
>
<FileConfiguration
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment