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
1662162c
Kaydet (Commit)
1662162c
authored
May 09, 2003
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Documented the new autoGIL module.
üst
ba5db205
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
0 deletions
+28
-0
Makefile.deps
Doc/Makefile.deps
+1
-0
libautogil.tex
Doc/mac/libautogil.tex
+26
-0
mac.tex
Doc/mac/mac.tex
+1
-0
No files found.
Doc/Makefile.deps
Dosyayı görüntüle @
1662162c
...
@@ -362,6 +362,7 @@ MACFILES= $(HOWTOSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
...
@@ -362,6 +362,7 @@ MACFILES= $(HOWTOSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
mac/libmacui.tex
\
mac/libmacui.tex
\
mac/libmacic.tex
\
mac/libmacic.tex
\
mac/libframework.tex
\
mac/libframework.tex
\
mac/libautogil.tex
\
mac/libminiae.tex
\
mac/libminiae.tex
\
mac/libscrap.tex
mac/libscrap.tex
...
...
Doc/mac/libautogil.tex
0 → 100644
Dosyayı görüntüle @
1662162c
\section
{
\module
{
autoGIL
}
---
Global Interpreter Lock handling in event loops
}
\declaremodule
{
extension
}{
autoGIL
}
\platform
{
Mac
}
\modulesynopsis
{
Global Interpreter Lock handling in event loops.
}
\moduleauthor
{
Just van Rossum
}{
just@letterror.com
}
The
\module
{
autoGIL
}
module provides a function
\function
{
installAutoGIL
}
that
automatically locks and unlocks Python's Global Interpreter Lock
when running an event loop.
\begin{excdesc}
{
AutoGILError
}
Raised if the observer callback cannot be installed, for example because
the current thread does not have a run loop.
\end{excdesc}
\begin{funcdesc}
{
installAutoGIL
}{}
Install an observer callback in the event loop (CFRunLoop) for the
current thread, that will lock and unlock the Global Interpreter Lock
(GIL) at appropriate times, allowing other Python threads to run while
the event loop is idle.
Availability: OSX 10.1 or later.
\end{funcdesc}
Doc/mac/mac.tex
Dosyayı görüntüle @
1662162c
...
@@ -57,6 +57,7 @@ documented here:
...
@@ -57,6 +57,7 @@ documented here:
\input
{
libmacostools
}
\input
{
libmacostools
}
\input
{
libmacui
}
\input
{
libmacui
}
\input
{
libframework
}
\input
{
libframework
}
\input
{
libautogil
}
\input
{
scripting
}
\input
{
scripting
}
...
...
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