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
bb300118
Kaydet (Commit)
bb300118
authored
Nis 13, 2006
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Stop claiming that Py_Finalize releases all memory.
Fixes part of #1445210.
üst
f15da699
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
intro.tex
Doc/api/intro.tex
+4
-1
No files found.
Doc/api/intro.tex
Dosyayı görüntüle @
bb300118
...
...
@@ -572,8 +572,11 @@ defined in \file{Modules/getpath.c}).
Sometimes, it is desirable to ``uninitialize'' Python. For instance,
the application may want to start over (make another call to
\cfunction
{
Py
_
Initialize()
}
) or the application is simply done with its
use of Python and wants to free
all
memory allocated by Python. This
use of Python and wants to free memory allocated by Python. This
can be accomplished by calling
\cfunction
{
Py
_
Finalize()
}
. The function
\cfunction
{
Py
_
IsInitialized()
}
\ttindex
{
Py
_
IsInitialized()
}
returns
true if Python is currently in the initialized state. More
information about these functions is given in a later chapter.
Notice that
\cfunction
{
Py
_
Finalize
}
does
\emph
{
not
}
free all memory
allocated by the Python interpreter, e.g. memory allocated by extension
modules currently cannot be released.
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