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
0fd66b8f
Kaydet (Commit)
0fd66b8f
authored
Kas 08, 2011
tarafından
Jesus Cea
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
MERGE: Solved a potential deadlock in test_telnetlib.py. Related to issue #11812
üst
217f05b3
c241df81
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
test_telnetlib.py
Lib/test/test_telnetlib.py
+0
-4
NEWS
Misc/NEWS
+2
-0
No files found.
Lib/test/test_telnetlib.py
Dosyayı görüntüle @
0fd66b8f
...
...
@@ -21,7 +21,6 @@ def server(evt, serv):
conn
.
close
()
finally
:
serv
.
close
()
evt
.
set
()
class
GeneralTests
(
TestCase
):
...
...
@@ -33,11 +32,8 @@ class GeneralTests(TestCase):
self
.
thread
=
threading
.
Thread
(
target
=
server
,
args
=
(
self
.
evt
,
self
.
sock
))
self
.
thread
.
start
()
self
.
evt
.
wait
()
self
.
evt
.
clear
()
time
.
sleep
(
.
1
)
def
tearDown
(
self
):
self
.
evt
.
wait
()
self
.
thread
.
join
()
del
self
.
thread
# Clear out any dangling Thread objects.
...
...
Misc/NEWS
Dosyayı görüntüle @
0fd66b8f
...
...
@@ -1616,6 +1616,8 @@ Tests
-
Skip
network
tests
when
getaddrinfo
()
returns
EAI_AGAIN
,
meaning
a
temporary
failure
in
name
resolution
.
-
Solved
a
potential
deadlock
in
test_telnetlib
.
py
.
Related
to
issue
#
11812.
-
Avoid
failing
in
test_robotparser
when
mueblesmoraleda
.
com
is
flaky
and
an
overzealous
DNS
service
(
e
.
g
.
OpenDNS
)
redirects
to
a
placeholder
Web
site
.
...
...
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