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
b5da606d
Kaydet (Commit)
b5da606d
authored
Tem 23, 2002
tarafından
Barry Warsaw
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Oops, missed an import of test_support.
üst
1bfab7bc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
test_bsddb.py
Lib/test/test_bsddb.py
+1
-1
test_fork1.py
Lib/test/test_fork1.py
+1
-1
No files found.
Lib/test/test_bsddb.py
Dosyayı görüntüle @
b5da606d
...
...
@@ -6,7 +6,7 @@ import os
import
bsddb
import
dbhash
# Just so we know it's imported
import
tempfile
from
test_support
import
verbose
,
verify
from
test
.test
_support
import
verbose
,
verify
def
test
(
openmethod
,
what
,
ondisk
=
1
):
...
...
Lib/test/test_fork1.py
Dosyayı görüntüle @
b5da606d
...
...
@@ -11,7 +11,7 @@ the same application, the present example should work just fine. DC
"""
import
os
,
sys
,
time
,
thread
from
test_support
import
verify
,
verbose
,
TestSkipped
from
test
.test
_support
import
verify
,
verbose
,
TestSkipped
try
:
os
.
fork
...
...
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