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
7faf7051
Kaydet (Commit)
7faf7051
authored
Mar 31, 2013
tarafından
Antoine Pitrou
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #17591: Use lowercase filenames when including Windows header files.
Patch by Roumen Petrov.
üst
f61d0790
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
2 deletions
+6
-2
ACKS
Misc/ACKS
+1
-0
NEWS
Misc/NEWS
+3
-0
signalmodule.c
Modules/signalmodule.c
+1
-1
exceptions.c
Objects/exceptions.c
+1
-1
No files found.
Misc/ACKS
Dosyayı görüntüle @
7faf7051
...
@@ -943,6 +943,7 @@ Tim Peters
...
@@ -943,6 +943,7 @@ Tim Peters
Benjamin Peterson
Benjamin Peterson
Joe Peterson
Joe Peterson
Chris Petrilli
Chris Petrilli
Roumen Petrov
Bjorn Pettersen
Bjorn Pettersen
Justin D. Pettit
Justin D. Pettit
Ronny Pfannschmidt
Ronny Pfannschmidt
...
...
Misc/NEWS
Dosyayı görüntüle @
7faf7051
...
@@ -1163,6 +1163,9 @@ Tests
...
@@ -1163,6 +1163,9 @@ Tests
Build
Build
-----
-----
- Issue #17591: Use lowercase filenames when including Windows header files.
Patch by Roumen Petrov.
- Issue #17550: Fix the --enable-profiling configure switch.
- Issue #17550: Fix the --enable-profiling configure switch.
- Issue #17425: Build with openssl 1.0.1d on Windows.
- Issue #17425: Build with openssl 1.0.1d on Windows.
...
...
Modules/signalmodule.c
Dosyayı görüntüle @
7faf7051
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
#endif
#endif
#ifdef MS_WINDOWS
#ifdef MS_WINDOWS
#include <
W
indows.h>
#include <
w
indows.h>
#ifdef HAVE_PROCESS_H
#ifdef HAVE_PROCESS_H
#include <process.h>
#include <process.h>
#endif
#endif
...
...
Objects/exceptions.c
Dosyayı görüntüle @
7faf7051
...
@@ -2327,7 +2327,7 @@ PyObject *PyExc_RecursionErrorInst = NULL;
...
@@ -2327,7 +2327,7 @@ PyObject *PyExc_RecursionErrorInst = NULL;
}
}
#ifdef MS_WINDOWS
#ifdef MS_WINDOWS
#include <
W
insock2.h>
#include <
w
insock2.h>
/* The following constants were added to errno.h in VS2010 but have
/* The following constants were added to errno.h in VS2010 but have
preferred WSA equivalents. */
preferred WSA equivalents. */
#undef EADDRINUSE
#undef EADDRINUSE
...
...
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