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
954e3cab
Kaydet (Commit)
954e3cab
authored
Agu 06, 1998
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed unused variables.
üst
de23cb0e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
socketmodule.c
Modules/socketmodule.c
+0
-4
No files found.
Modules/socketmodule.c
Dosyayı görüntüle @
954e3cab
...
@@ -1403,8 +1403,6 @@ BUILD_FUNC_DEF_2(PySocket_gethostbyname_ex,PyObject *,self, PyObject *,args)
...
@@ -1403,8 +1403,6 @@ BUILD_FUNC_DEF_2(PySocket_gethostbyname_ex,PyObject *,self, PyObject *,args)
struct
hostent
*
h
;
struct
hostent
*
h
;
struct
sockaddr_in
addr
;
struct
sockaddr_in
addr
;
PyObject
*
addr_list
=
(
PyObject
*
)
NULL
;
PyObject
*
addr_list
=
(
PyObject
*
)
NULL
;
char
**
pch
;
PyObject
*
tmp
;
#ifdef HAVE_GETHOSTBYNAME_R
#ifdef HAVE_GETHOSTBYNAME_R
struct
hostent
hp_allocated
;
struct
hostent
hp_allocated
;
char
buf
[
16384
];
char
buf
[
16384
];
...
@@ -1447,11 +1445,9 @@ BUILD_FUNC_DEF_2(PySocket_gethostbyaddr,PyObject *,self, PyObject *, args)
...
@@ -1447,11 +1445,9 @@ BUILD_FUNC_DEF_2(PySocket_gethostbyaddr,PyObject *,self, PyObject *, args)
struct
sockaddr_in
addr
;
struct
sockaddr_in
addr
;
char
*
ip_num
;
char
*
ip_num
;
struct
hostent
*
h
;
struct
hostent
*
h
;
char
**
pch
;
PyObject
*
rtn_tuple
=
(
PyObject
*
)
NULL
;
PyObject
*
rtn_tuple
=
(
PyObject
*
)
NULL
;
PyObject
*
name_list
=
(
PyObject
*
)
NULL
;
PyObject
*
name_list
=
(
PyObject
*
)
NULL
;
PyObject
*
addr_list
=
(
PyObject
*
)
NULL
;
PyObject
*
addr_list
=
(
PyObject
*
)
NULL
;
PyObject
*
tmp
;
#ifdef HAVE_GETHOSTBYNAME_R
#ifdef HAVE_GETHOSTBYNAME_R
struct
hostent
hp_allocated
;
struct
hostent
hp_allocated
;
char
buf
[
16384
];
char
buf
[
16384
];
...
...
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