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
7f162881
Kaydet (Commit)
7f162881
authored
Tem 13, 2007
tarafından
Thomas Heller
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
atexit is a builtin module now, provide that on Windows.
üst
19b52545
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
config.c
PC/config.c
+2
-0
pythoncore.vcproj
PCbuild/pythoncore.vcproj
+3
-0
No files found.
PC/config.c
Dosyayı görüntüle @
7f162881
...
...
@@ -60,6 +60,7 @@ extern void init_lsprof(void);
extern
void
init_ast
(
void
);
extern
void
init_types
(
void
);
extern
void
init_fileio
(
void
);
extern
void
initatexit
(
void
);
/* tools/freeze/makeconfig.py marker for additional "extern" */
/* -- ADDMODULE MARKER 1 -- */
...
...
@@ -147,6 +148,7 @@ struct _inittab _PyImport_Inittab[] = {
{
"_types"
,
init_types
},
{
"_fileio"
,
init_fileio
},
{
"atexit"
,
initatexit
},
/* Sentinel */
{
0
,
0
}
...
...
PCbuild/pythoncore.vcproj
Dosyayı görüntüle @
7f162881
...
...
@@ -424,6 +424,9 @@
<File
RelativePath=
"..\Python\ast.c"
>
</File>
<File
RelativePath=
"..\Modules\atexitmodule.c"
>
</File>
<File
RelativePath=
"..\Modules\audioop.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