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
d77bee14
Kaydet (Commit)
d77bee14
authored
May 03, 2003
tarafından
Just van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fixed typo
üst
4e2d2322
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
autoGIL.c
Mac/Modules/autoGIL.c
+2
-2
No files found.
Mac/Modules/autoGIL.c
Dosyayı görüntüle @
d77bee14
...
@@ -108,9 +108,9 @@ autoGIL_installAutoGIL(PyObject *self)
...
@@ -108,9 +108,9 @@ autoGIL_installAutoGIL(PyObject *self)
PyDoc_STRVAR
(
autoGIL_installAutoGIL_doc
,
PyDoc_STRVAR
(
autoGIL_installAutoGIL_doc
,
"installAutoGIL() -> None
\n
\
"installAutoGIL() -> None
\n
\
Install an observer callback in the event loop (CFRunLoop) for the
\n
\
Install an observer callback in the event loop (CFRunLoop) for the
\n
\
current thread that will lock and unlock the Global Interpreter Lock
\n
\
current thread
,
that will lock and unlock the Global Interpreter Lock
\n
\
(GIL) at appropriate times, allowing other Python threads to run while
\n
\
(GIL) at appropriate times, allowing other Python threads to run while
\n
\
the event loop is
running
."
the event loop is
idle
."
);
);
static
PyMethodDef
autoGIL_methods
[]
=
{
static
PyMethodDef
autoGIL_methods
[]
=
{
...
...
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