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
873c3864
Kaydet (Commit)
873c3864
authored
Tem 11, 2008
tarafından
Josiah Carlson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed test for asyncore.
üst
b65b4c3a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
test_asyncore.py
Lib/test/test_asyncore.py
+3
-3
No files found.
Lib/test/test_asyncore.py
Dosyayı görüntüle @
873c3864
...
...
@@ -38,7 +38,7 @@ class exitingdummy:
raise
asyncore
.
ExitNow
()
handle_write_event
=
handle_read_event
handle_close
_event
=
handle_read_event
handle_close
=
handle_read_event
handle_expt_event
=
handle_read_event
class
crashingdummy
:
...
...
@@ -49,7 +49,7 @@ class crashingdummy:
raise
Exception
()
handle_write_event
=
handle_read_event
handle_close
_event
=
handle_read_event
handle_close
=
handle_read_event
handle_expt_event
=
handle_read_event
def
handle_error
(
self
):
...
...
@@ -128,7 +128,7 @@ class HelperFunctionTests(unittest.TestCase):
def
handle_write_event
(
self
):
self
.
write
=
True
def
handle_close
_event
(
self
):
def
handle_close
(
self
):
self
.
closed
=
True
def
handle_expt_event
(
self
):
...
...
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