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
cdb34837
Kaydet (Commit)
cdb34837
authored
Agu 25, 2000
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
- Added pyexpat.
- Renamed socket to _socket.
üst
e4cd2f28
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
macconfig.c
Mac/Modules/macconfig.c
+9
-3
No files found.
Mac/Modules/macconfig.c
Dosyayı görüntüle @
cdb34837
...
@@ -49,7 +49,7 @@ extern void initpwd();
...
@@ -49,7 +49,7 @@ extern void initpwd();
extern
void
initgrp
();
extern
void
initgrp
();
extern
void
initcrypt
();
extern
void
initcrypt
();
extern
void
initselect
();
extern
void
initselect
();
extern
void
initsocket
();
extern
void
init
_
socket
();
extern
void
initaudioop
();
extern
void
initaudioop
();
extern
void
initimageop
();
extern
void
initimageop
();
extern
void
initrgbimg
();
extern
void
initrgbimg
();
...
@@ -141,7 +141,7 @@ extern void initimgop();
...
@@ -141,7 +141,7 @@ extern void initimgop();
extern
void
init_tkinter
();
extern
void
init_tkinter
();
#endif
#endif
#ifdef USE_GUSI
#ifdef USE_GUSI
extern
void
initsocket
();
extern
void
init
_
socket
();
extern
void
initselect
();
extern
void
initselect
();
#endif
#endif
#ifdef USE_WASTE
#ifdef USE_WASTE
...
@@ -156,6 +156,9 @@ extern void initzlib();
...
@@ -156,6 +156,9 @@ extern void initzlib();
#ifdef WITH_THREAD
#ifdef WITH_THREAD
extern
void
initthread
();
extern
void
initthread
();
#endif
#endif
#ifdef USE_PYEXPAT
extern
void
initpyexpat
();
#endif
extern
void
initcPickle
();
extern
void
initcPickle
();
extern
void
initcStringIO
();
extern
void
initcStringIO
();
...
@@ -261,7 +264,7 @@ struct _inittab _PyImport_Inittab[] = {
...
@@ -261,7 +264,7 @@ struct _inittab _PyImport_Inittab[] = {
{
"_tkinter"
,
init_tkinter
},
{
"_tkinter"
,
init_tkinter
},
#endif
#endif
#ifdef USE_GUSI
#ifdef USE_GUSI
{
"
socket"
,
init
socket
},
{
"
_socket"
,
init_
socket
},
{
"select"
,
initselect
},
{
"select"
,
initselect
},
#endif
#endif
#ifdef USE_WASTE
#ifdef USE_WASTE
...
@@ -275,6 +278,9 @@ struct _inittab _PyImport_Inittab[] = {
...
@@ -275,6 +278,9 @@ struct _inittab _PyImport_Inittab[] = {
#endif
#endif
#ifdef WITH_THREAD
#ifdef WITH_THREAD
{
"thread"
,
initthread
},
{
"thread"
,
initthread
},
#endif
#ifdef USE_PYEXPAT
{
"pyexpat"
,
initpyexpat
},
#endif
#endif
{
"cPickle"
,
initcPickle
},
{
"cPickle"
,
initcPickle
},
{
"cStringIO"
,
initcStringIO
},
{
"cStringIO"
,
initcStringIO
},
...
...
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