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
b7eec94c
Kaydet (Commit)
b7eec94c
authored
Nis 08, 2019
tarafından
Michael Felt
Kaydeden (comit)
Inada Naoki
Nis 08, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-36503: remove references to 'aix3' and 'aix4' (GH-12658)
üst
6463ba30
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
test_fcntl.py
Lib/test/test_fcntl.py
+1
-1
ACKS
Misc/ACKS
+1
-0
2019-04-02-09-25-23.bpo-36503.0xzfkQ.rst
...EWS.d/next/Build/2019-04-02-09-25-23.bpo-36503.0xzfkQ.rst
+2
-0
setup.py
setup.py
+0
-3
No files found.
Lib/test/test_fcntl.py
Dosyayı görüntüle @
b7eec94c
...
...
@@ -34,7 +34,7 @@ def get_lockdata():
fcntl
.
F_WRLCK
,
0
)
elif
sys
.
platform
.
startswith
(
'gnukfreebsd'
):
lockdata
=
struct
.
pack
(
'qqihhi'
,
0
,
0
,
0
,
fcntl
.
F_WRLCK
,
0
,
0
)
elif
sys
.
platform
in
[
'
aix3'
,
'aix4'
,
'
hp-uxB'
,
'unixware7'
]:
elif
sys
.
platform
in
[
'hp-uxB'
,
'unixware7'
]:
lockdata
=
struct
.
pack
(
'hhlllii'
,
fcntl
.
F_WRLCK
,
0
,
0
,
0
,
0
,
0
,
0
)
else
:
lockdata
=
struct
.
pack
(
'hh'
+
start_len
+
'hh'
,
fcntl
.
F_WRLCK
,
0
,
0
,
0
,
0
,
0
)
...
...
Misc/ACKS
Dosyayı görüntüle @
b7eec94c
...
...
@@ -476,6 +476,7 @@ Jim Fasarakis-Hilliard
Mark Favas
Sergey Fedoseev
Boris Feld
M. Felt
Thomas Fenzl
Niels Ferguson
Francisco Fernández Castaño
...
...
Misc/NEWS.d/next/Build/2019-04-02-09-25-23.bpo-36503.0xzfkQ.rst
0 → 100644
Dosyayı görüntüle @
b7eec94c
Remove references to "aix3" and "aix4".
Patch by M. Felt.
setup.py
Dosyayı görüntüle @
b7eec94c
...
...
@@ -1882,9 +1882,6 @@ class PyBuildExt(build_ext):
libs
.
append
(
'tk'
+
version
)
libs
.
append
(
'tcl'
+
version
)
if
HOST_PLATFORM
in
[
'aix3'
,
'aix4'
]:
libs
.
append
(
'ld'
)
# Finally, link with the X11 libraries (not appropriate on cygwin)
if
not
CYGWIN
:
libs
.
append
(
'X11'
)
...
...
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