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
01b1ff69
Kaydet (Commit)
01b1ff69
authored
Agu 25, 2015
tarafından
Larry Hastings
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Rebuilt Clinic generated code.
üst
1df0b35e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
import.c.h
Python/clinic/import.c.h
+2
-2
import.c
Python/import.c
+1
-1
No files found.
Python/clinic/import.c.h
Dosyayı görüntüle @
01b1ff69
...
...
@@ -322,7 +322,7 @@ PyDoc_STRVAR(_imp_exec_builtin__doc__,
"exec_builtin($module, mod, /)
\n
"
"--
\n
"
"
\n
"
"Initialize a
n extensio
n module."
);
"Initialize a
built-i
n module."
);
#define _IMP_EXEC_BUILTIN_METHODDEF \
{"exec_builtin", (PyCFunction)_imp_exec_builtin, METH_O, _imp_exec_builtin__doc__},
...
...
@@ -352,4 +352,4 @@ exit:
#ifndef _IMP_EXEC_DYNAMIC_METHODDEF
#define _IMP_EXEC_DYNAMIC_METHODDEF
#endif
/* !defined(_IMP_EXEC_DYNAMIC_METHODDEF) */
/*[clinic end generated code: output=
c38749cebcadbc3
b input=a9049054013a1b77]*/
/*[clinic end generated code: output=
32324a5e46cdfc4
b input=a9049054013a1b77]*/
Python/import.c
Dosyayı görüntüle @
01b1ff69
...
...
@@ -2059,7 +2059,7 @@ Initialize a built-in module.
static
int
_imp_exec_builtin_impl
(
PyModuleDef
*
module
,
PyObject
*
mod
)
/*[clinic end generated code: output=215e99876a27e284 input=7
7ebec0c2a10ec
ca]*/
/*[clinic end generated code: output=215e99876a27e284 input=7
beed5a2f12a60
ca]*/
{
return
exec_builtin_or_dynamic
(
mod
);
}
...
...
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