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
c4584338
Kaydet (Commit)
c4584338
authored
Agu 18, 2006
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Minor edits
üst
e7c9bad9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
abstract.tex
Doc/api/abstract.tex
+1
-1
concrete.tex
Doc/api/concrete.tex
+2
-2
No files found.
Doc/api/abstract.tex
Dosyayı görüntüle @
c4584338
...
...
@@ -6,7 +6,7 @@ numerical types, or all sequence types). When used on object types
for which they do not apply, they will raise a Python exception.
It is not possible to use these functions on objects that are not properly
initialized, such a list object that has been created by
initialized, such a
s a
list object that has been created by
\cfunction
{
PyList
_
New()
}
, but whose items have not been set to some
non-
\code
{
NULL
}
value yet.
...
...
Doc/api/concrete.tex
Dosyayı görüntüle @
c4584338
...
...
@@ -1842,8 +1842,8 @@ format.
failure.
\note
{
If
\var
{
length
}
is greater than zero, the returned list object's
items are set to
\code
{
NULL
}
. Thus you cannot use abstract
API functions such as
\cfunction
{
PySequence
_
SetItem()
}
on it
or expose
i
t to Python code before setting all items to a
API functions such as
\cfunction
{
PySequence
_
SetItem()
}
or expose
the objec
t to Python code before setting all items to a
real object with
\cfunction
{
PyList
_
SetItem()
}
.
}
\end{cfuncdesc}
...
...
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