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
12f8a053
Kaydet (Commit)
12f8a053
authored
Haz 10, 2008
tarafından
Thomas Heller
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix the Windows build by removing references to the cStringIO module
which no longer exists.
üst
97cf99fc
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
22 deletions
+4
-22
pythoncore.dsp
PC/VC6/pythoncore.dsp
+0
-4
pythoncore.vcproj
PC/VS7.1/pythoncore.vcproj
+0
-3
pythoncore.vcproj
PC/VS8.0/pythoncore.vcproj
+4
-8
config.c
PC/config.c
+0
-2
Makefile
PC/os2emx/Makefile
+0
-1
pythoncore.vcproj
PCbuild/pythoncore.vcproj
+0
-4
No files found.
PC/VC6/pythoncore.dsp
Dosyayı görüntüle @
12f8a053
...
...
@@ -293,10 +293,6 @@ SOURCE=..\..\Modules\zlib\crc32.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\cStringIO.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\datetimemodule.c
# End Source File
# Begin Source File
...
...
PC/VS7.1/pythoncore.vcproj
Dosyayı görüntüle @
12f8a053
...
...
@@ -478,9 +478,6 @@
<File
RelativePath=
"..\..\PC\config.c"
>
</File>
<File
RelativePath=
"..\..\Modules\cStringIO.c"
>
</File>
<File
RelativePath=
"..\..\Modules\datetimemodule.c"
>
</File>
...
...
PC/VS8.0/pythoncore.vcproj
Dosyayı görüntüle @
12f8a053
...
...
@@ -990,10 +990,10 @@
RelativePath=
"..\..\Modules\_fileio.c"
>
</File>
<File
^M
RelativePath=
"..\..\Modules\_bytesio.c"
^M
>
^M
</File>
^M
<File
^M
RelativePath=
"..\..\Modules\_bytesio.c"
^M
>
^M
</File>
^M
<File
RelativePath=
"..\..\Modules\_functoolsmodule.c"
>
...
...
@@ -1050,10 +1050,6 @@
RelativePath=
"..\..\Modules\cmathmodule.c"
>
</File>
<File
RelativePath=
"..\..\Modules\cStringIO.c"
>
</File>
<File
RelativePath=
"..\..\Modules\datetimemodule.c"
>
...
...
PC/config.c
Dosyayı görüntüle @
12f8a053
...
...
@@ -23,7 +23,6 @@ extern void init_sha256(void);
extern
void
init_sha512
(
void
);
extern
void
inittime
(
void
);
extern
void
init_thread
(
void
);
extern
void
initcStringIO
(
void
);
#ifdef WIN32
extern
void
initmsvcrt
(
void
);
extern
void
init_locale
(
void
);
...
...
@@ -95,7 +94,6 @@ struct _inittab _PyImport_Inittab[] = {
#ifdef WITH_THREAD
{
"_thread"
,
init_thread
},
#endif
{
"cStringIO"
,
initcStringIO
},
#ifdef WIN32
{
"msvcrt"
,
initmsvcrt
},
{
"_locale"
,
init_locale
},
...
...
PC/os2emx/Makefile
Dosyayı görüntüle @
12f8a053
...
...
@@ -287,7 +287,6 @@ SRC.MODULES= $(addprefix $(TOP), \
Modules/cmathmodule.c
\
Modules/_codecsmodule.c
\
Modules/collectionsmodule.c
\
Modules/cStringIO.c
\
Modules/_csv.c
\
Modules/datetimemodule.c
\
Modules/errnomodule.c
\
...
...
PCbuild/pythoncore.vcproj
Dosyayı görüntüle @
12f8a053
...
...
@@ -1054,10 +1054,6 @@
RelativePath=
"..\Modules\cmathmodule.c"
>
</File>
<File
RelativePath=
"..\Modules\cStringIO.c"
>
</File>
<File
RelativePath=
"..\Modules\datetimemodule.c"
>
...
...
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