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
328c643b
Kaydet (Commit)
328c643b
authored
Şub 18, 2008
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bug #2137: Remove test_struct.test_crasher, which was meaningful
only on 32-bit systems.
üst
42e41243
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
test_struct.py
Lib/test/test_struct.py
+0
-4
NEWS
Misc/NEWS
+3
-0
No files found.
Lib/test/test_struct.py
Dosyayı görüntüle @
328c643b
...
...
@@ -618,12 +618,8 @@ def test_unpack_with_buffer():
value
,
=
struct
.
unpack
(
'>I'
,
data
)
vereq
(
value
,
0x12345678
)
def
test_crasher
():
assertRaises
(
MemoryError
,
struct
.
pack
,
"357913941c"
,
"a"
)
# Test methods to pack and unpack from buffers rather than strings.
test_unpack_from
()
test_pack_into
()
test_pack_into_fn
()
test_unpack_with_buffer
()
test_crasher
()
Misc/NEWS
Dosyayı görüntüle @
328c643b
...
...
@@ -15,6 +15,9 @@ Extension Modules
- Fix deallocation of array objects when allocation ran out of memory.
Remove array test case that was incorrect on 64-bit systems.
- Bug #2137: Remove test_struct.test_crasher, which was meaningful
only on 32-bit systems.
What'
s
New
in
Python
2.5.2
c1
?
=============================
...
...
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