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
1aedbd8b
Kaydet (Commit)
1aedbd8b
authored
Şub 16, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
"--" --> "---" in two places.
üst
4de05a90
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
ext.tex
Doc/ext.tex
+2
-2
ext.tex
Doc/ext/ext.tex
+2
-2
No files found.
Doc/ext.tex
Dosyayı görüntüle @
1aedbd8b
...
...
@@ -140,7 +140,7 @@ doesn't have to understand two different types of \C{} functions.)
The
\var
{
args
}
argument will be a pointer to a Python tuple object
containing the arguments. Each item of the tuple corresponds to an
argument in the call's argument list. The arguments are Python
objects -- in order to do anything with them in our
\C
{}
function we have
objects --
-
in order to do anything with them in our
\C
{}
function we have
to convert them to
\C
{}
values. The function
\code
{
PyArg
_
ParseTuple()
}
in the Python API checks the argument types and converts them to
\C
{}
values. It uses a template string to determine the required types of
...
...
@@ -666,7 +666,7 @@ be nested.
\end{description}
It is possible to pass Python long integers where integers are
requested; however no proper range checking is done -- the most
requested; however no proper range checking is done --
-
the most
significant bits are silently truncated when the receiving field is
too small to receive the value (actually, the semantics are inherited
from downcasts in
\C
{}
--- your milage may vary).
...
...
Doc/ext/ext.tex
Dosyayı görüntüle @
1aedbd8b
...
...
@@ -140,7 +140,7 @@ doesn't have to understand two different types of \C{} functions.)
The
\var
{
args
}
argument will be a pointer to a Python tuple object
containing the arguments. Each item of the tuple corresponds to an
argument in the call's argument list. The arguments are Python
objects -- in order to do anything with them in our
\C
{}
function we have
objects --
-
in order to do anything with them in our
\C
{}
function we have
to convert them to
\C
{}
values. The function
\code
{
PyArg
_
ParseTuple()
}
in the Python API checks the argument types and converts them to
\C
{}
values. It uses a template string to determine the required types of
...
...
@@ -666,7 +666,7 @@ be nested.
\end{description}
It is possible to pass Python long integers where integers are
requested; however no proper range checking is done -- the most
requested; however no proper range checking is done --
-
the most
significant bits are silently truncated when the receiving field is
too small to receive the value (actually, the semantics are inherited
from downcasts in
\C
{}
--- your milage may vary).
...
...
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