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
2db7cd3a
Kaydet (Commit)
2db7cd3a
authored
Şub 05, 2008
tarafından
Marc-André Lemburg
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Keep distutils Python 2.1 compatible (or even Python 2.4 in this case).
üst
1cf0522f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
sysconfig.py
Lib/distutils/sysconfig.py
+6
-2
No files found.
Lib/distutils/sysconfig.py
Dosyayı görüntüle @
2db7cd3a
...
@@ -37,8 +37,12 @@ if os.name == "nt" and "\\pc\\v" in project_base[-10:].lower():
...
@@ -37,8 +37,12 @@ if os.name == "nt" and "\\pc\\v" in project_base[-10:].lower():
# different (hard-wired) directories.
# different (hard-wired) directories.
# Setup.local is available for Makefile builds including VPATH builds,
# Setup.local is available for Makefile builds including VPATH builds,
# Setup.dist is available on Windows
# Setup.dist is available on Windows
python_build
=
any
(
os
.
path
.
isfile
(
os
.
path
.
join
(
project_base
,
"Modules"
,
fn
))
def
_python_build
():
for
fn
in
(
"Setup.dist"
,
"Setup.local"
))
for
fn
in
(
"Setup.dist"
,
"Setup.local"
):
if
os
.
path
.
isfile
(
os
.
path
.
join
(
project_base
,
"Modules"
,
fn
)):
return
True
return
False
python_build
=
_python_build
()
def
get_python_version
():
def
get_python_version
():
...
...
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