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
4954ffd9
Kaydet (Commit)
4954ffd9
authored
Nis 16, 2009
tarafından
Thomas Heller
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unneeded code.
üst
6076d399
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
18 deletions
+0
-18
_ctypes.c
Modules/_ctypes/_ctypes.c
+0
-5
callbacks.c
Modules/_ctypes/callbacks.c
+0
-11
ctypes.h
Modules/_ctypes/ctypes.h
+0
-2
No files found.
Modules/_ctypes/_ctypes.c
Dosyayı görüntüle @
4954ffd9
...
...
@@ -5606,11 +5606,6 @@ init_ctypes(void)
Py_INCREF
(
PyExc_ArgError
);
PyModule_AddObject
(
m
,
"ArgumentError"
,
PyExc_ArgError
);
}
/*************************************************
*
* Others...
*/
init_callbacks_in_module
(
m
);
}
/*****************************************************************
...
...
Modules/_ctypes/callbacks.c
Dosyayı görüntüle @
4954ffd9
...
...
@@ -466,17 +466,6 @@ CThunkObject *AllocFunctionCallback(PyObject *callable,
return
NULL
;
}
/****************************************************************************
*
* callback objects: initialization
*/
void
init_callbacks_in_module
(
PyObject
*
m
)
{
if
(
PyType_Ready
((
PyTypeObject
*
)
&
PyType_Type
)
<
0
)
return
;
}
#ifdef MS_WIN32
static
void
LoadPython
(
void
)
...
...
Modules/_ctypes/ctypes.h
Dosyayı görüntüle @
4954ffd9
...
...
@@ -189,8 +189,6 @@ extern PyTypeObject StructType_Type;
extern
PyObject
*
CreateArrayType
(
PyObject
*
itemtype
,
Py_ssize_t
length
);
extern
void
init_callbacks_in_module
(
PyObject
*
m
);
extern
PyMethodDef
module_methods
[];
extern
CThunkObject
*
AllocFunctionCallback
(
PyObject
*
callable
,
...
...
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