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
d56c1092
Kaydet (Commit)
d56c1092
authored
Ock 27, 1995
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Changed the way mac mainloop event checking is turned off
üst
ee23d6ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
stdwinmodule.c
Modules/stdwinmodule.c
+4
-2
No files found.
Modules/stdwinmodule.c
Dosyayı görüntüle @
d56c1092
...
@@ -104,7 +104,9 @@ static type_lock StdwinLock; /* Lock held when interpreter not locked */
...
@@ -104,7 +104,9 @@ static type_lock StdwinLock; /* Lock held when interpreter not locked */
static
object
*
StdwinError
;
/* Exception stdwin.error */
static
object
*
StdwinError
;
/* Exception stdwin.error */
int
StdwinIsActive
;
/* True as soon as stdwin imported */
#ifdef macintosh
#include "macglue.h"
#endif
/* Window and menu object types declared here because of forward references */
/* Window and menu object types declared here because of forward references */
...
@@ -2605,6 +2607,7 @@ initstdwin()
...
@@ -2605,6 +2607,7 @@ initstdwin()
if
(
!
inited
)
{
if
(
!
inited
)
{
#ifdef macintosh
#ifdef macintosh
winit
();
winit
();
PyMac_DoYieldEnabled
=
0
;
#else
#else
char
buf
[
1000
];
char
buf
[
1000
];
int
argc
=
0
;
int
argc
=
0
;
...
@@ -2633,7 +2636,6 @@ initstdwin()
...
@@ -2633,7 +2636,6 @@ initstdwin()
}
}
#endif
#endif
inited
=
1
;
inited
=
1
;
StdwinIsActive
=
1
;
}
}
m
=
initmodule
(
"stdwin"
,
stdwin_methods
);
m
=
initmodule
(
"stdwin"
,
stdwin_methods
);
d
=
getmoduledict
(
m
);
d
=
getmoduledict
(
m
);
...
...
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