Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
9f5f056d
Kaydet (Commit)
9f5f056d
authored
Haz 02, 2004
tarafından
Thomas Heller
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove the pcre module.
üst
118f931d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
48 deletions
+0
-48
pythoncore.dsp
PC/VC6/pythoncore.dsp
+0
-8
config.c
PC/config.c
+0
-2
pythoncore.vcproj
PCbuild/pythoncore.vcproj
+0
-38
No files found.
PC/VC6/pythoncore.dsp
Dosyayı görüntüle @
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
Dosyayı görüntüle @
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
Dosyayı görüntüle @
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