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
a0205d0a
Kaydet (Commit)
a0205d0a
authored
Haz 14, 2008
tarafından
Gregory P. Smith
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
silence the test when it is skipped on some platforms. should fix a
buildbot.
üst
fd82f2e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
test_struct.py
Lib/test/test_struct.py
+2
-4
No files found.
Lib/test/test_struct.py
Dosyayı görüntüle @
a0205d0a
...
...
@@ -569,11 +569,9 @@ class StructTest(unittest.TestCase):
for
c
in
'
\x01\x7f\xff\x0f\xf0
'
:
self
.
assertTrue
(
struct
.
unpack
(
'>?'
,
c
)[
0
])
def
test_crasher
(
self
)
:
if
IS32BIT
:
if
IS32BIT
:
def
test_crasher
(
self
)
:
self
.
assertRaises
(
MemoryError
,
struct
.
pack
,
"357913941c"
,
"a"
)
else
:
print
"
%
s test_crasher skipped on 64bit build."
...
...
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