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
1a714750
Kaydet (Commit)
1a714750
authored
Ara 15, 2012
tarafından
Andrew Svetlov
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove compile warnings for _testimportmodule
üst
ef9a43b2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
_testimportmultiple.c
Modules/_testimportmultiple.c
+3
-3
No files found.
Modules/_testimportmultiple.c
Dosyayı görüntüle @
1a714750
...
@@ -17,7 +17,7 @@ static struct PyModuleDef _testimportmultiple = {
...
@@ -17,7 +17,7 @@ static struct PyModuleDef _testimportmultiple = {
NULL
NULL
};
};
PyMODINIT_FUNC
PyInit__testimportmultiple
()
PyMODINIT_FUNC
PyInit__testimportmultiple
(
void
)
{
{
return
PyModule_Create
(
&
_testimportmultiple
);
return
PyModule_Create
(
&
_testimportmultiple
);
}
}
...
@@ -34,7 +34,7 @@ static struct PyModuleDef _foomodule = {
...
@@ -34,7 +34,7 @@ static struct PyModuleDef _foomodule = {
NULL
NULL
};
};
PyMODINIT_FUNC
PyInit__testimportmultiple_foo
()
PyMODINIT_FUNC
PyInit__testimportmultiple_foo
(
void
)
{
{
return
PyModule_Create
(
&
_foomodule
);
return
PyModule_Create
(
&
_foomodule
);
}
}
...
@@ -51,7 +51,7 @@ static struct PyModuleDef _barmodule = {
...
@@ -51,7 +51,7 @@ static struct PyModuleDef _barmodule = {
NULL
NULL
};
};
PyMODINIT_FUNC
PyInit__testimportmultiple_bar
(){
PyMODINIT_FUNC
PyInit__testimportmultiple_bar
(
void
){
return
PyModule_Create
(
&
_barmodule
);
return
PyModule_Create
(
&
_barmodule
);
}
}
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