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
f2bdb6b8
Kaydet (Commit)
f2bdb6b8
authored
Eyl 10, 2016
tarafından
Steve Dower
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #27705: Update message in validate_ucrtbase.py
üst
28325749
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
NEWS
Misc/NEWS
+2
-0
validate_ucrtbase.py
PC/validate_ucrtbase.py
+3
-2
No files found.
Misc/NEWS
Dosyayı görüntüle @
f2bdb6b8
...
@@ -301,6 +301,8 @@ Windows
...
@@ -301,6 +301,8 @@ Windows
Build
Build
-----
-----
- Issue #27705: Update message in validate_ucrtbase.py
- Issue #27983: Cause lack of llvm-profdata tool when using clang as
- Issue #27983: Cause lack of llvm-profdata tool when using clang as
required for PGO linking to be a configure time error rather than
required for PGO linking to be a configure time error rather than
make time when --with-optimizations is enabled. Also improve our
make time when --with-optimizations is enabled. Also improve our
...
...
PC/validate_ucrtbase.py
Dosyayı görüntüle @
f2bdb6b8
...
@@ -82,7 +82,8 @@ print('{} is version {}.{}.{}.{}'.format(name.value, *ver))
...
@@ -82,7 +82,8 @@ print('{} is version {}.{}.{}.{}'.format(name.value, *ver))
if
ver
<
(
10
,
0
,
10586
):
if
ver
<
(
10
,
0
,
10586
):
print
(
'WARN: ucrtbased contains known issues. '
print
(
'WARN: ucrtbased contains known issues. '
'Please update
Visual Studio or the Windows
SDK.'
)
'Please update
the Windows 10
SDK.'
)
print
(
'See:'
)
print
(
'See:'
)
print
(
' http://bugs.python.org/issue26624'
)
print
(
' http://bugs.python.org/issue27705'
)
print
(
' https://developer.microsoft.com/en-US/windows/downloads/windows-10-sdk'
)
sys
.
exit
(
1
)
sys
.
exit
(
1
)
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