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
59943ba7
Kaydet (Commit)
59943ba7
authored
May 20, 1997
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added Py_PROTO macros for SunOS 4.x /bin/cc.
üst
462d6e64
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
pystate.h
Include/pystate.h
+6
-6
No files found.
Include/pystate.h
Dosyayı görüntüle @
59943ba7
...
@@ -91,14 +91,14 @@ typedef struct _ts {
...
@@ -91,14 +91,14 @@ typedef struct _ts {
}
PyThreadState
;
}
PyThreadState
;
PyInterpreterState
*
PyInterpreterState_New
(
void
);
PyInterpreterState
*
PyInterpreterState_New
Py_PROTO
((
void
)
);
void
PyInterpreterState_Delete
(
PyInterpreterState
*
);
void
PyInterpreterState_Delete
Py_PROTO
((
PyInterpreterState
*
)
);
PyThreadState
*
PyThreadState_New
(
PyInterpreterState
*
);
PyThreadState
*
PyThreadState_New
Py_PROTO
((
PyInterpreterState
*
)
);
void
PyThreadState_Delete
(
PyThreadState
*
);
void
PyThreadState_Delete
Py_PROTO
((
PyThreadState
*
)
);
PyThreadState
*
PyThreadState_Get
(
void
);
PyThreadState
*
PyThreadState_Get
Py_PROTO
((
void
)
);
PyThreadState
*
PyThreadState_Swap
(
PyThreadState
*
);
PyThreadState
*
PyThreadState_Swap
Py_PROTO
((
PyThreadState
*
)
);
/* Some background.
/* Some background.
...
...
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