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
522076d1
Kaydet (Commit)
522076d1
authored
Eyl 07, 2002
tarafından
Neal Norwitz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Try to get test to pass on Windows
üst
05212fc7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
test_mmap.py
Lib/test/test_mmap.py
+2
-1
No files found.
Lib/test/test_mmap.py
Dosyayı görüntüle @
522076d1
...
@@ -198,11 +198,12 @@ def test_both():
...
@@ -198,11 +198,12 @@ def test_both():
# we do not expect a ValueError on Windows
# we do not expect a ValueError on Windows
if
sys
.
platform
.
startswith
(
'win'
):
if
sys
.
platform
.
startswith
(
'win'
):
verify
(
0
,
"Opening mmap with size+1 should work on Windows."
)
verify
(
0
,
"Opening mmap with size+1 should work on Windows."
)
pass
else
:
else
:
# we expect a ValueError on Unix, but not on Windows
# we expect a ValueError on Unix, but not on Windows
if
not
sys
.
platform
.
startswith
(
'win'
):
if
not
sys
.
platform
.
startswith
(
'win'
):
verify
(
0
,
"Opening mmap with size+1 should raise ValueError."
)
verify
(
0
,
"Opening mmap with size+1 should raise ValueError."
)
del
m
del
f
print
" Opening mmap with access=ACCESS_WRITE"
print
" Opening mmap with access=ACCESS_WRITE"
f
=
open
(
TESTFN
,
"r+b"
)
f
=
open
(
TESTFN
,
"r+b"
)
...
...
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