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
4d16bcce
Kaydet (Commit)
4d16bcce
authored
Agu 19, 2012
tarafından
Stefan Krah
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
The latest NumPy revision no longer segfaults here.
üst
aaf8e2e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
test_buffer.py
Lib/test/test_buffer.py
+0
-6
No files found.
Lib/test/test_buffer.py
Dosyayı görüntüle @
4d16bcce
...
@@ -1848,9 +1848,6 @@ class TestBufferProtocol(unittest.TestCase):
...
@@ -1848,9 +1848,6 @@ class TestBufferProtocol(unittest.TestCase):
self
.
assertEqual
(
mvlist
,
ylist
)
self
.
assertEqual
(
mvlist
,
ylist
)
if
numpy_array
:
if
numpy_array
:
# XXX NumPy (as far as it compiles with 3.3) currently
# segfaults here. Wait for a stable 3.3 compatible version.
continue
shape
=
t
[
3
]
shape
=
t
[
3
]
if
0
in
shape
:
if
0
in
shape
:
continue
# http://projects.scipy.org/numpy/ticket/1910
continue
# http://projects.scipy.org/numpy/ticket/1910
...
@@ -1930,9 +1927,6 @@ class TestBufferProtocol(unittest.TestCase):
...
@@ -1930,9 +1927,6 @@ class TestBufferProtocol(unittest.TestCase):
self
.
assertEqual
(
mr
.
tolist
(),
yrlist
)
self
.
assertEqual
(
mr
.
tolist
(),
yrlist
)
if
numpy_array
:
if
numpy_array
:
# XXX NumPy (as far as it compiles with 3.3) currently
# segfaults here. Wait for a stable 3.3 compatible version.
continue
if
0
in
lshape
or
0
in
rshape
:
if
0
in
lshape
or
0
in
rshape
:
continue
# http://projects.scipy.org/numpy/ticket/1910
continue
# http://projects.scipy.org/numpy/ticket/1910
...
...
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