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
b2ceb3ad
Kaydet (Commit)
b2ceb3ad
authored
Şub 22, 2010
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#4532: fixes to make 3.x compile on QNX 6.3.2 (reported by Matt Kraai)
üst
e1f9bebd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
getpath.c
Modules/getpath.c
+1
-1
pythonrun.c
Python/pythonrun.c
+1
-1
No files found.
Modules/getpath.c
Dosyayı görüntüle @
b2ceb3ad
...
...
@@ -129,7 +129,7 @@ static wchar_t prefix[MAXPATHLEN+1];
static
wchar_t
exec_prefix
[
MAXPATHLEN
+
1
];
static
wchar_t
progpath
[
MAXPATHLEN
+
1
];
static
wchar_t
*
module_search_path
=
NULL
;
static
wchar_t
lib_python
[]
=
L"lib/python"
VERSION
;
static
wchar_t
*
lib_python
=
L"lib/python"
VERSION
;
/* In principle, this should use HAVE__WSTAT, and _wstat
should be detected by autoconf. However, no current
...
...
Python/pythonrun.c
Dosyayı görüntüle @
b2ceb3ad
...
...
@@ -180,7 +180,7 @@ Py_InitializeEx(int install_sigs)
return
;
initialized
=
1
;
#if
def HAVE_SETLOCALE
#if
defined(HAVE_LANGINFO_H) && defined(HAVE_SETLOCALE)
/* Set up the LC_CTYPE locale, so we can obtain
the locale's charset without having to switch
locales. */
...
...
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