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
4eb59782
Kaydet (Commit)
4eb59782
authored
Eki 12, 2004
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Supply the _subprocess module under 7.1. I'm not sure what the status
of this should be on non-WIN32 Windows variants.
üst
f3250b0b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
config.c
PC/config.c
+3
-0
pythoncore.vcproj
PCbuild/pythoncore.vcproj
+3
-0
No files found.
PC/config.c
Dosyayı görüntüle @
4eb59782
...
...
@@ -61,6 +61,7 @@ extern void init_codecs_iso2022(void);
extern
void
init_codecs_jp
(
void
);
extern
void
init_codecs_kr
(
void
);
extern
void
init_codecs_tw
(
void
);
extern
void
init_subprocess
(
void
);
/* tools/freeze/makeconfig.py marker for additional "extern" */
/* -- ADDMODULE MARKER 1 -- */
...
...
@@ -105,6 +106,8 @@ struct _inittab _PyImport_Inittab[] = {
{
"msvcrt"
,
initmsvcrt
},
{
"_locale"
,
init_locale
},
#endif
/* XXX Should _subprocess go in a WIN32 block? not WIN64? */
{
"_subprocess"
,
init_subprocess
},
{
"_codecs"
,
init_codecs
},
{
"_weakref"
,
init_weakref
},
...
...
PCbuild/pythoncore.vcproj
Dosyayı görüntüle @
4eb59782
...
...
@@ -363,6 +363,9 @@
<File
RelativePath=
"..\Modules\_sre.c"
>
</File>
<File
RelativePath=
"..\Pc\_subprocess.c"
>
</File>
<File
RelativePath=
"..\Modules\_weakref.c"
>
<FileConfiguration
...
...
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