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
e53475dd
Kaydet (Commit)
e53475dd
authored
Eyl 28, 2005
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bug [ 1306449 ] PyString_AsStringAndSize() return value documented wrong
üst
420254df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
concrete.tex
Doc/api/concrete.tex
+2
-2
No files found.
Doc/api/concrete.tex
Dosyayı görüntüle @
e53475dd
...
...
@@ -664,8 +664,8 @@ parameter and are called with a non-string parameter.
\var
{
size
}
)
}
. It must not be deallocated. If
\var
{
string
}
is a
Unicode object, this function computes the default encoding of
\var
{
string
}
and operates on that. If
\var
{
string
}
is not a string
object at all,
\cfunction
{
PyString
_
AsString
()
}
returns
\NULL
{}
and
raises
\exception
{
TypeError
}
.
object at all,
\cfunction
{
PyString
_
AsString
AndSize()
}
returns
\code
{
-1
}
and
raises
\exception
{
TypeError
}
.
\end{cfuncdesc}
\begin{cfuncdesc}
{
void
}{
PyString
_
Concat
}{
PyObject **string,
...
...
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