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
9fb181ba
Kaydet (Commit)
9fb181ba
authored
Şub 14, 2006
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add _lsprof.
üst
856bf9a4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
config.c
PC/config.c
+2
-0
pythoncore.vcproj
PCbuild/pythoncore.vcproj
+6
-0
No files found.
PC/config.c
Dosyayı görüntüle @
9fb181ba
...
...
@@ -66,6 +66,7 @@ extern void init_codecs_jp(void);
extern
void
init_codecs_kr
(
void
);
extern
void
init_codecs_tw
(
void
);
extern
void
init_subprocess
(
void
);
extern
void
init_lsprof
(
void
);
/* tools/freeze/makeconfig.py marker for additional "extern" */
/* -- ADDMODULE MARKER 1 -- */
...
...
@@ -121,6 +122,7 @@ struct _inittab _PyImport_Inittab[] = {
{
"_random"
,
init_random
},
{
"_bisect"
,
init_bisect
},
{
"_heapq"
,
init_heapq
},
{
"_lsprof"
,
init_lsprof
},
{
"itertools"
,
inititertools
},
{
"collections"
,
initcollections
},
{
"_symtable"
,
init_symtable
},
...
...
PCbuild/pythoncore.vcproj
Dosyayı görüntüle @
9fb181ba
...
...
@@ -376,6 +376,9 @@
<File
RelativePath=
"..\Modules\_localemodule.c"
>
</File>
<File
RelativePath=
"..\Modules\_lsprof.c"
>
</File>
<File
RelativePath=
"..\Modules\_randommodule.c"
>
</File>
...
...
@@ -712,6 +715,9 @@
<File
RelativePath=
"..\Modules\rgbimgmodule.c"
>
</File>
<File
RelativePath=
"..\Modules\rotatingtree.c"
>
</File>
<File
RelativePath=
"..\Objects\setobject.c"
>
</File>
...
...
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