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
a12a86e9
Kaydet (Commit)
a12a86e9
authored
Şub 21, 2009
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#5338, #5339: two types in the API manual.
üst
be9b765c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
intro.rst
Doc/c-api/intro.rst
+1
-1
veryhigh.rst
Doc/c-api/veryhigh.rst
+1
-1
No files found.
Doc/c-api/intro.rst
Dosyayı görüntüle @
a12a86e9
...
@@ -187,7 +187,7 @@ caller is said to receive a *new* reference. When no ownership is transferred,
...
@@ -187,7 +187,7 @@ caller is said to receive a *new* reference. When no ownership is transferred,
the caller is said to *borrow* the reference. Nothing needs to be done for a
the caller is said to *borrow* the reference. Nothing needs to be done for a
borrowed reference.
borrowed reference.
Conversely, when a calling function passes i
t
a reference to an object, there
Conversely, when a calling function passes i
n
a reference to an object, there
are two possibilities: the function *steals* a reference to the object, or it
are two possibilities: the function *steals* a reference to the object, or it
does not. *Stealing a reference* means that when you pass a reference to a
does not. *Stealing a reference* means that when you pass a reference to a
function, that function assumes that it now owns that reference, and you are not
function, that function assumes that it now owns that reference, and you are not
...
...
Doc/c-api/veryhigh.rst
Dosyayı görüntüle @
a12a86e9
...
@@ -16,7 +16,7 @@ parameter. The available start symbols are :const:`Py_eval_input`,
...
@@ -16,7 +16,7 @@ parameter. The available start symbols are :const:`Py_eval_input`,
:const:`Py_file_input`, and :const:`Py_single_input`. These are described
:const:`Py_file_input`, and :const:`Py_single_input`. These are described
following the functions which accept them as parameters.
following the functions which accept them as parameters.
Note also that several of these functions take :ctype:`FILE\*` parameters. On
Note also that several of these functions take :ctype:`FILE\*` parameters. On
e
particular issue which needs to be handled carefully is that the :ctype:`FILE`
particular issue which needs to be handled carefully is that the :ctype:`FILE`
structure for different C libraries can be different and incompatible. Under
structure for different C libraries can be different and incompatible. Under
Windows (at least), it is possible for dynamically linked extensions to actually
Windows (at least), it is possible for dynamically linked extensions to actually
...
...
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