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
ca4a5251
Kaydet (Commit)
ca4a5251
authored
Eki 21, 2012
tarafından
Antoine Pitrou
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Build the _sha3 module with VS 2008.
üst
da201fa2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
pythoncore.vcproj
PC/VS9.0/pythoncore.vcproj
+4
-0
config.c
PC/config.c
+2
-0
No files found.
PC/VS9.0/pythoncore.vcproj
Dosyayı görüntüle @
ca4a5251
...
@@ -1150,6 +1150,10 @@
...
@@ -1150,6 +1150,10 @@
RelativePath=
"..\..\Modules\sha512module.c"
RelativePath=
"..\..\Modules\sha512module.c"
>
>
</File>
</File>
<File
RelativePath=
"..\..\Modules\_sha3\sha3module.c"
>
</File>
<File
<File
RelativePath=
"..\..\Modules\signalmodule.c"
RelativePath=
"..\..\Modules\signalmodule.c"
>
>
...
...
PC/config.c
Dosyayı görüntüle @
ca4a5251
...
@@ -22,6 +22,7 @@ extern PyObject* PyInit_signal(void);
...
@@ -22,6 +22,7 @@ extern PyObject* PyInit_signal(void);
extern
PyObject
*
PyInit__sha1
(
void
);
extern
PyObject
*
PyInit__sha1
(
void
);
extern
PyObject
*
PyInit__sha256
(
void
);
extern
PyObject
*
PyInit__sha256
(
void
);
extern
PyObject
*
PyInit__sha512
(
void
);
extern
PyObject
*
PyInit__sha512
(
void
);
extern
PyObject
*
PyInit__sha3
(
void
);
extern
PyObject
*
PyInit_time
(
void
);
extern
PyObject
*
PyInit_time
(
void
);
extern
PyObject
*
PyInit__thread
(
void
);
extern
PyObject
*
PyInit__thread
(
void
);
#ifdef WIN32
#ifdef WIN32
...
@@ -93,6 +94,7 @@ struct _inittab _PyImport_Inittab[] = {
...
@@ -93,6 +94,7 @@ struct _inittab _PyImport_Inittab[] = {
{
"_sha1"
,
PyInit__sha1
},
{
"_sha1"
,
PyInit__sha1
},
{
"_sha256"
,
PyInit__sha256
},
{
"_sha256"
,
PyInit__sha256
},
{
"_sha512"
,
PyInit__sha512
},
{
"_sha512"
,
PyInit__sha512
},
{
"_sha3"
,
PyInit__sha3
},
{
"time"
,
PyInit_time
},
{
"time"
,
PyInit_time
},
#ifdef WITH_THREAD
#ifdef WITH_THREAD
{
"_thread"
,
PyInit__thread
},
{
"_thread"
,
PyInit__thread
},
...
...
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