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
09a29fae
Kaydet (Commit)
09a29fae
authored
Haz 12, 2006
tarafından
Neal Norwitz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Cleanup Py_ssize_t a little (get rid of second #ifdef)
üst
4a9ff162
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
_bsddb.c
Modules/_bsddb.c
+2
-5
No files found.
Modules/_bsddb.c
Dosyayı görüntüle @
09a29fae
...
...
@@ -103,7 +103,8 @@ static char *rcs_id = "$Id$";
#if (PY_VERSION_HEX < 0x02050000)
#define Py_ssize_t int
typedef
int
Py_ssize_t
;
typedef
inquiry
lenfunc
;
#endif
#ifdef WITH_THREAD
...
...
@@ -5153,11 +5154,7 @@ static PyMethodDef DB_methods[] = {
static
PyMappingMethods
DB_mapping
=
{
#if (PY_VERSION_HEX < 0x02050000)
(
inquiry
)
DB_length
,
/*mp_length*/
#else
(
lenfunc
)
DB_length
,
/*mp_length*/
#endif
(
binaryfunc
)
DB_subscript
,
/*mp_subscript*/
(
objobjargproc
)
DB_ass_sub
,
/*mp_ass_subscript*/
};
...
...
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