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
0e032723
Kaydet (Commit)
0e032723
authored
Tem 17, 2005
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bug [ 1061920 ] "k" specifier in PyArg_ParseTuple incomplete documentated
üst
7a7b3503
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
utilities.tex
Doc/api/utilities.tex
+2
-2
No files found.
Doc/api/utilities.tex
Dosyayı görüntüle @
0e032723
...
@@ -539,7 +539,7 @@ whose address should be passed.
...
@@ -539,7 +539,7 @@ whose address should be passed.
Convert a Python integer to a C
\ctype
{
long int
}
.
Convert a Python integer to a C
\ctype
{
long int
}
.
\item
[\samp{k} (integer) {[unsigned long]
}
]
\item
[\samp{k} (integer) {[unsigned long]
}
]
Convert a Python integer to a C
\ctype
{
unsigned long
}
without
Convert a Python integer
or long integer
to a C
\ctype
{
unsigned long
}
without
overflow checking.
\versionadded
{
2.3
}
overflow checking.
\versionadded
{
2.3
}
\item
[\samp{L} (integer) {[PY_LONG_LONG]
}
]
\item
[\samp{L} (integer) {[PY_LONG_LONG]
}
]
...
@@ -548,7 +548,7 @@ whose address should be passed.
...
@@ -548,7 +548,7 @@ whose address should be passed.
\ctype
{_
int64
}
on Windows).
\ctype
{_
int64
}
on Windows).
\item
[\samp{K} (integer) {[unsigned PY_LONG_LONG]
}
]
\item
[\samp{K} (integer) {[unsigned PY_LONG_LONG]
}
]
Convert a Python integer to a C
\ctype
{
unsigned long long
}
Convert a Python integer
or long integer
to a C
\ctype
{
unsigned long long
}
without overflow checking. This format is only available on
without overflow checking. This format is only available on
platforms that support
\ctype
{
unsigned long long
}
(or
platforms that support
\ctype
{
unsigned long long
}
(or
\ctype
{
unsigned
_
int64
}
on Windows).
\versionadded
{
2.3
}
\ctype
{
unsigned
_
int64
}
on Windows).
\versionadded
{
2.3
}
...
...
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