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
42bb7ca9
Kaydet (Commit)
42bb7ca9
authored
Şub 14, 2011
tarafından
Barry Warsaw
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
- Issue #11171: Fix detection of config/Makefile when --prefix !=
--exec-prefix, which caused Python to not start.
üst
97b31954
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
sysconfig.py
Lib/sysconfig.py
+1
-1
NEWS
Misc/NEWS
+3
-0
No files found.
Lib/sysconfig.py
Dosyayı görüntüle @
42bb7ca9
...
@@ -271,7 +271,7 @@ def _parse_makefile(filename, vars=None):
...
@@ -271,7 +271,7 @@ def _parse_makefile(filename, vars=None):
def
_get_makefile_filename
():
def
_get_makefile_filename
():
if
_PYTHON_BUILD
:
if
_PYTHON_BUILD
:
return
os
.
path
.
join
(
_PROJECT_BASE
,
"Makefile"
)
return
os
.
path
.
join
(
_PROJECT_BASE
,
"Makefile"
)
return
os
.
path
.
join
(
get_path
(
'stdlib'
),
"config"
,
"Makefile"
)
return
os
.
path
.
join
(
get_path
(
'
plat
stdlib'
),
"config"
,
"Makefile"
)
def
_init_posix
(
vars
):
def
_init_posix
(
vars
):
...
...
Misc/NEWS
Dosyayı görüntüle @
42bb7ca9
...
@@ -37,6 +37,9 @@ Core and Builtins
...
@@ -37,6 +37,9 @@ Core and Builtins
Library
Library
-------
-------
- Issue #11171: Fix detection of config/Makefile when --prefix !=
--exec-prefix, which caused Python to not start.
- Issue #11116: any error during addition of a message to a mailbox now causes
- Issue #11116: any error during addition of a message to a mailbox now causes
a rollback, instead of leaving the mailbox partially modified.
a rollback, instead of leaving the mailbox partially modified.
...
...
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