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
c8e8281f
Kaydet (Commit)
c8e8281f
authored
Ock 22, 2001
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Updated note about collection of cyclic garbage, based on comments from
Chris Ryland.
üst
ef8cd7ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
ref3.tex
Doc/ref/ref3.tex
+6
-3
No files found.
Doc/ref/ref3.tex
Dosyayı görüntüle @
c8e8281f
...
@@ -45,9 +45,12 @@ allowed to postpone garbage collection or omit it altogether --- it is
...
@@ -45,9 +45,12 @@ allowed to postpone garbage collection or omit it altogether --- it is
a matter of implementation quality how garbage collection is
a matter of implementation quality how garbage collection is
implemented, as long as no objects are collected that are still
implemented, as long as no objects are collected that are still
reachable. (Implementation note: the current implementation uses a
reachable. (Implementation note: the current implementation uses a
reference-counting scheme which collects most objects as soon as they
reference-counting scheme with (optional) delayed detection of
become unreachable, but never collects garbage containing circular
cyclicly linked garbage, which collects most objects as soon as they
references.)
become unreachable, but is not guaranteed to collect garbage
containing circular references. See the
\citetitle
[../lib/module-gc.html]
{
Python Library Reference
}
for
information on controlling the collection of cyclic garbage.)
\index
{
garbage collection
}
\index
{
garbage collection
}
\index
{
reference counting
}
\index
{
reference counting
}
\index
{
unreachable object
}
\index
{
unreachable object
}
...
...
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