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
5660639f
Kaydet (Commit)
5660639f
authored
Agu 07, 2000
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Moved PyOS_StackCheck prototype to pythonrun.h
üst
0d159086
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
macglue.h
Mac/Include/macglue.h
+0
-1
No files found.
Mac/Include/macglue.h
Dosyayı görüntüle @
5660639f
...
...
@@ -69,7 +69,6 @@ void PyMac_GetSchedParams(PyMacSchedParams *); /* Get schedulers params */
void
PyMac_SetSchedParams
(
PyMacSchedParams
*
);
/* Set schedulers params */
PyObject
*
PyErr_Mac
(
PyObject
*
,
int
);
/* Exception with a mac error */
PyObject
*
PyMac_Error
(
OSErr
);
/* Uses PyMac_GetOSErrException */
int
PyOS_CheckStack
(
void
);
/* Check that we aren't overflowing our stack */
int
PyMac_DoYield
(
int
,
int
);
/* Yield cpu. First arg is maxtime, second ok to call python */
int
PyMac_HandleEvent
(
EventRecord
*
);
/* Handle one event, possibly in Python */
void
PyMac_HandleEventIntern
(
EventRecord
*
);
/* Handle one event internal only */
...
...
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