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
44b3f76a
Kaydet (Commit)
44b3f76a
authored
Ara 07, 2001
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
More info about the cycle detector.
üst
874c4f0f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
extending.tex
Doc/ext/extending.tex
+4
-2
No files found.
Doc/ext/extending.tex
Dosyayı görüntüle @
44b3f76a
...
...
@@ -1248,10 +1248,12 @@ The cycle detector is able to detect garbage cycles and can reclaim
them so long as there are no finalizers implemented in Python
(
\method
{__
del
__
()
}
methods). When there are such finalizers, the
detector exposes the cycles through the
\ulink
{
\module
{
gc
}
module
}{
../lib/module-gc.html
}
. The
\module
{
gc
}
module also exposes
module
}{
../lib/module-gc.html
}
(specifically, the
\code
{
garbage
}
variable in that module). The
\module
{
gc
}
module also exposes a way
to run the detector (the
\function
{
collect()
}
function), as well as
configuration interfaces and the ability to disable the detector at
runtime. The cycle detector is considered an optional component;
though it is included by default, it can be disabled at
compile
time
though it is included by default, it can be disabled at
build
time
using the
\longprogramopt
{
without-cycle-gc
}
option to the
\program
{
configure
}
script on
\UNIX
{}
platforms (including Mac OS X)
or by removing the definition of
\code
{
WITH
_
CYCLE
_
GC
}
in the
...
...
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