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
63d36cbb
Kaydet (Commit)
63d36cbb
authored
Eyl 30, 2012
tarafından
Gregory P. Smith
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
doc typo fixes
üst
ca42f006
89bbe681
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gc.rst
Doc/library/gc.rst
+3
-3
No files found.
Doc/library/gc.rst
Dosyayı görüntüle @
63d36cbb
...
...
@@ -189,13 +189,13 @@ values but should not rebind them):
after collection. The callbacks will be called with two arguments,
*phase* and *info*.
*phase* can one of two values:
*phase* can
be
one of two values:
"start": The garbage collection is about to start.
"stop": The garbage collection has finished.
*info*
provides
more information for the callback. The following
*info*
is a dict providing
more information for the callback. The following
keys are currently defined:
"generation": The oldest generation being collected.
...
...
@@ -203,7 +203,7 @@ values but should not rebind them):
"collected": When *phase* is "stop", the number of objects
successfully collected.
"uncollectable":
w
hen *phase* is "stop", the number of objects
"uncollectable":
W
hen *phase* is "stop", the number of objects
that could not be collected and were put in :data:`garbage`.
Applications can add their own callbacks to this list. The primary
...
...
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