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
11d7b142
Kaydet (Commit)
11d7b142
authored
May 23, 2015
tarafından
Steve Dower
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #24268: Adds PyModuleDef_Init and PyModuleDef_Type to python3.def (stable ABI)
üst
1a90b17b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
moduleobject.h
Include/moduleobject.h
+1
-1
python3.def
PC/python3.def
+2
-0
No files found.
Include/moduleobject.h
Dosyayı görüntüle @
11d7b142
...
@@ -31,7 +31,7 @@ PyAPI_FUNC(struct PyModuleDef*) PyModule_GetDef(PyObject*);
...
@@ -31,7 +31,7 @@ PyAPI_FUNC(struct PyModuleDef*) PyModule_GetDef(PyObject*);
PyAPI_FUNC
(
void
*
)
PyModule_GetState
(
PyObject
*
);
PyAPI_FUNC
(
void
*
)
PyModule_GetState
(
PyObject
*
);
PyAPI_FUNC
(
PyObject
*
)
PyModuleDef_Init
(
struct
PyModuleDef
*
);
PyAPI_FUNC
(
PyObject
*
)
PyModuleDef_Init
(
struct
PyModuleDef
*
);
Py
TypeObject
PyModuleDef_Type
;
Py
API_DATA
(
PyTypeObject
)
PyModuleDef_Type
;
typedef
struct
PyModuleDef_Base
{
typedef
struct
PyModuleDef_Base
{
PyObject_HEAD
PyObject_HEAD
...
...
PC/python3.def
Dosyayı görüntüle @
11d7b142
...
@@ -330,6 +330,8 @@ EXPORTS
...
@@ -330,6 +330,8 @@ EXPORTS
PyModule_GetState=python35.PyModule_GetState
PyModule_GetState=python35.PyModule_GetState
PyModule_New=python35.PyModule_New
PyModule_New=python35.PyModule_New
PyModule_Type=python35.PyModule_Type DATA
PyModule_Type=python35.PyModule_Type DATA
PyModuleDef_Init=python35.PyModuleDef_Init
PyModuleDef_Type=python35.PyModuleDef_Type DATA
PyNullImporter_Type=python35.PyNullImporter_Type DATA
PyNullImporter_Type=python35.PyNullImporter_Type DATA
PyNumber_Absolute=python35.PyNumber_Absolute
PyNumber_Absolute=python35.PyNumber_Absolute
PyNumber_Add=python35.PyNumber_Add
PyNumber_Add=python35.PyNumber_Add
...
...
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