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
abb7efeb
Kaydet (Commit)
abb7efeb
authored
Ara 09, 1996
tarafından
Barry Warsaw
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Renamed a few symbols that were found in comments.
üst
3bdf746c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
mpzmodule.c
Modules/mpzmodule.c
+6
-6
No files found.
Modules/mpzmodule.c
Dosyayı görüntüle @
abb7efeb
...
@@ -916,7 +916,7 @@ MPZ_mpz(self, args)
...
@@ -916,7 +916,7 @@ MPZ_mpz(self, args)
return
NULL
;
return
NULL
;
/* at least we know it's some object */
/* at least we know it's some object */
/* note DON't DECREF args NEITHER objp */
/* note DON't
Py_
DECREF args NEITHER objp */
if
(
PyInt_Check
(
objp
))
{
if
(
PyInt_Check
(
objp
))
{
long
lval
;
long
lval
;
...
@@ -1146,7 +1146,7 @@ MPZ_gcdext(self, args)
...
@@ -1146,7 +1146,7 @@ MPZ_gcdext(self, args)
Py_XDECREF
(
z
);
Py_XDECREF
(
z
);
Py_XDECREF
(
g
);
Py_XDECREF
(
g
);
Py_XDECREF
(
s
);
Py_XDECREF
(
s
);
/*XDECREF(t);*/
/*
Py_
XDECREF(t);*/
return
NULL
;
return
NULL
;
}
}
...
@@ -1210,7 +1210,7 @@ MPZ_sqrtrem(self, args)
...
@@ -1210,7 +1210,7 @@ MPZ_sqrtrem(self, args)
Py_XDECREF
(
mpzop
);
Py_XDECREF
(
mpzop
);
Py_XDECREF
(
z
);
Py_XDECREF
(
z
);
Py_XDECREF
(
root
);
Py_XDECREF
(
root
);
/*XDECREF(rem);*/
/*
Py_
XDECREF(rem);*/
return
NULL
;
return
NULL
;
}
}
...
@@ -1405,7 +1405,7 @@ mpz_long(self)
...
@@ -1405,7 +1405,7 @@ mpz_long(self)
mpz_neg
(
&
mpzscratch
,
&
mpzscratch
);
mpz_neg
(
&
mpzscratch
,
&
mpzscratch
);
/* let those bits come, let those bits go,
/* let those bits come, let those bits go,
e.g. dismantle mpzscratch, build
longo
bject */
e.g. dismantle mpzscratch, build
PyLongO
bject */
bitpointer
=
0
;
/* the number of valid bits in stock */
bitpointer
=
0
;
/* the number of valid bits in stock */
newbitpointer
=
0
;
newbitpointer
=
0
;
...
@@ -1486,7 +1486,7 @@ mpz_float(self)
...
@@ -1486,7 +1486,7 @@ mpz_float(self)
mpz_init_set
(
&
mpzscratch
,
&
self
->
mpz
);
mpz_init_set
(
&
mpzscratch
,
&
self
->
mpz
);
/* let those bits come, let those bits go,
/* let those bits come, let those bits go,
e.g. dismantle mpzscratch, build
floato
bject */
e.g. dismantle mpzscratch, build
PyFloatO
bject */
x
=
0
.
0
;
x
=
0
.
0
;
mulstate
=
1
.
0
;
mulstate
=
1
.
0
;
...
@@ -1712,7 +1712,7 @@ static PyMethodDef mpz_functions[] = {
...
@@ -1712,7 +1712,7 @@ static PyMethodDef mpz_functions[] = {
#if 0
#if 0
{initialiser_name, MPZ_mpz},
{initialiser_name, MPZ_mpz},
#else
/* 0 */
#else
/* 0 */
/* until guido ``fixes'' struct
methodlist
*/
/* until guido ``fixes'' struct
PyMethodDef
*/
{(
char
*
)
initialiser_name
,
MPZ_mpz
},
{(
char
*
)
initialiser_name
,
MPZ_mpz
},
#endif
/* 0 else */
#endif
/* 0 else */
{
"powm"
,
MPZ_powm
},
{
"powm"
,
MPZ_powm
},
...
...
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