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
84889012
Kaydet (Commit)
84889012
authored
Nis 19, 2014
tarafından
Ned Deily
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #21311: Avoid exception in _osx_support with non-standard compiler
configurations. Patch by John Szakmeister.
üst
f27ec3e5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
_osx_support.py
Lib/_osx_support.py
+1
-1
ACKS
Misc/ACKS
+1
-0
NEWS
Misc/NEWS
+3
-0
No files found.
Lib/_osx_support.py
Dosyayı görüntüle @
84889012
...
@@ -182,7 +182,7 @@ def _find_appropriate_compiler(_config_vars):
...
@@ -182,7 +182,7 @@ def _find_appropriate_compiler(_config_vars):
# Compiler is GCC, check if it is LLVM-GCC
# Compiler is GCC, check if it is LLVM-GCC
data
=
_read_output
(
"'
%
s' --version"
data
=
_read_output
(
"'
%
s' --version"
%
(
cc
.
replace
(
"'"
,
"'
\"
'
\"
'"
),))
%
(
cc
.
replace
(
"'"
,
"'
\"
'
\"
'"
),))
if
'llvm-gcc'
in
data
:
if
data
and
'llvm-gcc'
in
data
:
# Found LLVM-GCC, fall back to clang
# Found LLVM-GCC, fall back to clang
cc
=
_find_build_tool
(
'clang'
)
cc
=
_find_build_tool
(
'clang'
)
...
...
Misc/ACKS
Dosyayı görüntüle @
84889012
...
@@ -1280,6 +1280,7 @@ Andrew Svetlov
...
@@ -1280,6 +1280,7 @@ Andrew Svetlov
Paul Swartz
Paul Swartz
Thenault Sylvain
Thenault Sylvain
Péter Szabó
Péter Szabó
John Szakmeister
Amir Szekely
Amir Szekely
Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis
Hideaki Takahashi
Hideaki Takahashi
...
...
Misc/NEWS
Dosyayı görüntüle @
84889012
...
@@ -271,6 +271,9 @@ Library
...
@@ -271,6 +271,9 @@ Library
(Original patches by Hirokazu Yamamoto and Amaury Forgeot d'
Arc
,
with
(Original patches by Hirokazu Yamamoto and Amaury Forgeot d'
Arc
,
with
suggested
wording
by
David
Gutteridge
)
suggested
wording
by
David
Gutteridge
)
-
Issue
#
21311
:
Avoid
exception
in
_osx_support
with
non
-
standard
compiler
configurations
.
Patch
by
John
Szakmeister
.
Tools
/
Demos
Tools
/
Demos
-----------
-----------
...
...
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