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
79d8f3f1
Kaydet (Commit)
79d8f3f1
authored
Şub 20, 2015
tarafından
Serhiy Storchaka
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Regenerated Argument Clinic checksums.
üst
7a4f43a8
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
_lzmamodule.c
Modules/_lzmamodule.c
+1
-1
_lzmamodule.c.h
Modules/clinic/_lzmamodule.c.h
+2
-2
cmathmodule.c.h
Modules/clinic/cmathmodule.c.h
+1
-1
cmathmodule.c
Modules/cmathmodule.c
+3
-3
No files found.
Modules/_lzmamodule.c
Dosyayı görüntüle @
79d8f3f1
...
@@ -1087,7 +1087,7 @@ the unused_data attribute.
...
@@ -1087,7 +1087,7 @@ the unused_data attribute.
static
PyObject
*
static
PyObject
*
_lzma_LZMADecompressor_decompress_impl
(
Decompressor
*
self
,
Py_buffer
*
data
,
Py_ssize_t
max_length
)
_lzma_LZMADecompressor_decompress_impl
(
Decompressor
*
self
,
Py_buffer
*
data
,
Py_ssize_t
max_length
)
/*[clinic end generated code: output=1532a5bb23629001 input=
262e4e217f49039b
]*/
/*[clinic end generated code: output=1532a5bb23629001 input=
f2bb902cc1caf203
]*/
{
{
PyObject
*
result
=
NULL
;
PyObject
*
result
=
NULL
;
...
...
Modules/clinic/_lzmamodule.c.h
Dosyayı görüntüle @
79d8f3f1
...
@@ -65,7 +65,7 @@ PyDoc_STRVAR(_lzma_LZMADecompressor_decompress__doc__,
...
@@ -65,7 +65,7 @@ PyDoc_STRVAR(_lzma_LZMADecompressor_decompress__doc__,
"decompress($self, /, data, max_length=-1)
\n
"
"decompress($self, /, data, max_length=-1)
\n
"
"--
\n
"
"--
\n
"
"
\n
"
"
\n
"
"Decompress
es
*data*, returning uncompressed data as bytes.
\n
"
"Decompress *data*, returning uncompressed data as bytes.
\n
"
"
\n
"
"
\n
"
"If *max_length* is nonnegative, returns at most *max_length* bytes of
\n
"
"If *max_length* is nonnegative, returns at most *max_length* bytes of
\n
"
"decompressed data. If this limit is reached and further output can be
\n
"
"decompressed data. If this limit is reached and further output can be
\n
"
...
@@ -251,4 +251,4 @@ exit:
...
@@ -251,4 +251,4 @@ exit:
return
return_value
;
return
return_value
;
}
}
/*[clinic end generated code: output=d
17fac38b09626d8
input=a9049054013a1b77]*/
/*[clinic end generated code: output=d
c42b73890609369
input=a9049054013a1b77]*/
Modules/clinic/cmathmodule.c.h
Dosyayı görüntüle @
79d8f3f1
...
@@ -848,4 +848,4 @@ cmath_isinf(PyModuleDef *module, PyObject *args)
...
@@ -848,4 +848,4 @@ cmath_isinf(PyModuleDef *module, PyObject *args)
exit:
exit:
return
return_value
;
return
return_value
;
}
}
/*[clinic end generated code: output=
4407f898ae07c83d
input=a9049054013a1b77]*/
/*[clinic end generated code: output=
9b6d81711e4e3c4b
input=a9049054013a1b77]*/
Modules/cmathmodule.c
Dosyayı görüntüle @
79d8f3f1
...
@@ -212,7 +212,7 @@ Return the inverse hyperbolic cosine of z.
...
@@ -212,7 +212,7 @@ Return the inverse hyperbolic cosine of z.
static
Py_complex
static
Py_complex
cmath_acosh_impl
(
PyModuleDef
*
module
,
Py_complex
z
)
cmath_acosh_impl
(
PyModuleDef
*
module
,
Py_complex
z
)
/*[clinic end generated code: output=c23c776429def981 input=
bc016412080bb3e9
]*/
/*[clinic end generated code: output=c23c776429def981 input=
3f61bee7d703e53c
]*/
{
{
Py_complex
s1
,
s2
,
r
;
Py_complex
s1
,
s2
,
r
;
...
@@ -267,7 +267,7 @@ Return the inverse hyperbolic sine of z.
...
@@ -267,7 +267,7 @@ Return the inverse hyperbolic sine of z.
static
Py_complex
static
Py_complex
cmath_asinh_impl
(
PyModuleDef
*
module
,
Py_complex
z
)
cmath_asinh_impl
(
PyModuleDef
*
module
,
Py_complex
z
)
/*[clinic end generated code: output=0c6664823c7b1b35 input=5
a21fa0242928c9b
]*/
/*[clinic end generated code: output=0c6664823c7b1b35 input=5
c09448fcfc89a79
]*/
{
{
Py_complex
s1
,
s2
,
r
;
Py_complex
s1
,
s2
,
r
;
...
@@ -358,7 +358,7 @@ Return the inverse hyperbolic tangent of z.
...
@@ -358,7 +358,7 @@ Return the inverse hyperbolic tangent of z.
static
Py_complex
static
Py_complex
cmath_atanh_impl
(
PyModuleDef
*
module
,
Py_complex
z
)
cmath_atanh_impl
(
PyModuleDef
*
module
,
Py_complex
z
)
/*[clinic end generated code: output=279e0b9fefc8da7c input=
df19cdc9f9d431c9
]*/
/*[clinic end generated code: output=279e0b9fefc8da7c input=
2b3fdb82fb34487b
]*/
{
{
Py_complex
r
;
Py_complex
r
;
double
ay
,
h
;
double
ay
,
h
;
...
...
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