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
44a7b3a7
Kaydet (Commit)
44a7b3a7
authored
Eyl 30, 2006
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bug #1546052: clarify that PyString_FromString(AndSize) copies the
string pointed to by its parameter.
üst
a92979a1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
concrete.tex
Doc/api/concrete.tex
+5
-5
NEWS
Misc/NEWS
+3
-0
No files found.
Doc/api/concrete.tex
Dosyayı görüntüle @
44a7b3a7
...
@@ -602,15 +602,15 @@ parameter and are called with a non-string parameter.
...
@@ -602,15 +602,15 @@ parameter and are called with a non-string parameter.
\end{cfuncdesc}
\end{cfuncdesc}
\begin{cfuncdesc}
{
PyObject*
}{
PyString
_
FromString
}{
const char *v
}
\begin{cfuncdesc}
{
PyObject*
}{
PyString
_
FromString
}{
const char *v
}
Return a new string object with
the value
\var
{
v
}
on success, and
Return a new string object with
a copy of the string
\var
{
v
}
as value
\NULL
{}
on failure. The parameter
\var
{
v
}
must not be
\NULL
{}
; it
on success, and
\NULL
{}
on failure. The parameter
\var
{
v
}
must not be
will not be checked.
\NULL
{}
; it
will not be checked.
\end{cfuncdesc}
\end{cfuncdesc}
\begin{cfuncdesc}
{
PyObject*
}{
PyString
_
FromStringAndSize
}{
const char *v,
\begin{cfuncdesc}
{
PyObject*
}{
PyString
_
FromStringAndSize
}{
const char *v,
Py
_
ssize
_
t len
}
Py
_
ssize
_
t len
}
Return a new string object with
the value
\var
{
v
}
and length
Return a new string object with
a copy of the string
\var
{
v
}
as value
\var
{
len
}
on success, and
\NULL
{}
on failure. If
\var
{
v
}
is
and length
\var
{
len
}
on success, and
\NULL
{}
on failure. If
\var
{
v
}
is
\NULL
{}
, the contents of the string are uninitialized.
\NULL
{}
, the contents of the string are uninitialized.
\end{cfuncdesc}
\end{cfuncdesc}
...
...
Misc/NEWS
Dosyayı görüntüle @
44a7b3a7
...
@@ -146,6 +146,9 @@ Tests
...
@@ -146,6 +146,9 @@ Tests
Documentation
Documentation
-------------
-------------
- Bug #1546052: clarify that PyString_FromString(AndSize) copies the
string pointed to by its parameter.
- Bug #1566663: remove obsolete example from datetime docs.
- Bug #1566663: remove obsolete example from datetime docs.
- Bug #1541682: Fix example in the "Refcount details" API docs.
- Bug #1541682: Fix example in the "Refcount details" API docs.
...
...
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