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
cb4bae72
Unverified
Kaydet (Commit)
cb4bae72
authored
Tem 07, 2018
tarafından
Benjamin Peterson
Kaydeden (comit)
GitHub
Tem 07, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Make two PyModuleDef_Slot symbols static in _testmultiphase. (GH-8147)
üst
b0274f2c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
_testmultiphase.c
Modules/_testmultiphase.c
+2
-2
No files found.
Modules/_testmultiphase.c
Dosyayı görüntüle @
cb4bae72
...
...
@@ -236,7 +236,7 @@ static int execfunc(PyObject *m)
#define TEST_MODULE_DEF(name, slots, methods) TEST_MODULE_DEF_EX(name, slots, methods, 0, NULL)
PyModuleDef_Slot
main_slots
[]
=
{
static
PyModuleDef_Slot
main_slots
[]
=
{
{
Py_mod_exec
,
execfunc
},
{
0
,
NULL
},
};
...
...
@@ -486,7 +486,7 @@ createfunc_null(PyObject *spec, PyModuleDef *def)
return
NULL
;
}
PyModuleDef_Slot
slots_create_null
[]
=
{
static
PyModuleDef_Slot
slots_create_null
[]
=
{
{
Py_mod_create
,
createfunc_null
},
{
0
,
NULL
},
};
...
...
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