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
372d55e3
Kaydet (Commit)
372d55e3
authored
Mar 08, 2008
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#1533486: fix types in refcount intro.
üst
50967bde
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
intro.rst
Doc/c-api/intro.rst
+1
-1
No files found.
Doc/c-api/intro.rst
Dosyayı görüntüle @
372d55e3
...
@@ -137,7 +137,7 @@ reference counts for other objects contained in the object if this is a compound
...
@@ -137,7 +137,7 @@ reference counts for other objects contained in the object if this is a compound
object type, such as a list, as well as performing any additional finalization
object type, such as a list, as well as performing any additional finalization
that's needed. There's no chance that the reference count can overflow; at
that's needed. There's no chance that the reference count can overflow; at
least as many bits are used to hold the reference count as there are distinct
least as many bits are used to hold the reference count as there are distinct
memory locations in virtual memory (assuming ``sizeof(
long) >= sizeof(char
*)``).
memory locations in virtual memory (assuming ``sizeof(
Py_ssize_t) >= sizeof(void
*)``).
Thus, the reference count increment is a simple operation.
Thus, the reference count increment is a simple operation.
It is not necessary to increment an object's reference count for every local
It is not necessary to increment an object's reference count for every local
...
...
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