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
12a72b06
Kaydet (Commit)
12a72b06
authored
Eki 19, 2015
tarafından
doko@ubuntu.com
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
- Issue #25440: Fix output of python-config --extension-suffix.
üst
ad56c922
2bf91bf4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
NEWS
Misc/NEWS
+5
-0
python-config.sh.in
Misc/python-config.sh.in
+1
-1
No files found.
Misc/NEWS
Dosyayı görüntüle @
12a72b06
...
...
@@ -1041,12 +1041,17 @@ Documentation
Tools/Demos
-----------
<<<<<<< local
- Issue #24000: Improved Argument Clinic'
s
mapping
of
converters
to
legacy
"format units"
.
Updated
the
documentation
to
match
.
-
Issue
#
24001
:
Argument
Clinic
converters
now
use
accept
={
type
}
instead
of
types
={
'type'
}
to
specify
the
types
the
converter
accepts
.
=======
-
Issue
#
25440
:
Fix
output
of
python
-
config
--
extension
-
suffix
.
>>>>>>>
other
-
Issue
#
23330
:
h2py
now
supports
arbitrary
filenames
in
#
include
.
-
Issue
#
24031
:
make
patchcheck
now
supports
git
checkouts
,
too
.
...
...
Misc/python-config.sh.in
Dosyayı görüntüle @
12a72b06
...
...
@@ -49,7 +49,7 @@ PY_ENABLE_SHARED="@PY_ENABLE_SHARED@"
LDVERSION
=
"@LDVERSION@"
LIBDEST
=
${
prefix
}
/lib/python
${
VERSION
}
LIBPL
=
$(
echo
"@LIBPL@"
|
sed
"s#
$prefix_build
#
$prefix_real
#"
)
SO
=
"@
SO
@"
SO
=
"@
EXT_SUFFIX
@"
PYTHONFRAMEWORK
=
"@PYTHONFRAMEWORK@"
INCDIR
=
"-I
$includedir
/python
${
VERSION
}${
ABIFLAGS
}
"
PLATINCDIR
=
"-I
$includedir
/python
${
VERSION
}${
ABIFLAGS
}
"
...
...
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