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
5b07f3cb
Kaydet (Commit)
5b07f3cb
authored
Agu 13, 2010
tarafından
Giampaolo Rodolà
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
(issue 2944) reverting r83704 changes as per Barry Warsaw request
üst
6980342c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
6 deletions
+0
-6
asyncore.py
Lib/asyncore.py
+0
-3
ACKS
Misc/ACKS
+0
-1
NEWS
Misc/NEWS
+0
-2
No files found.
Lib/asyncore.py
Dosyayı görüntüle @
5b07f3cb
...
...
@@ -428,9 +428,6 @@ class dispatcher:
self
.
handle_read
()
def
handle_connect_event
(
self
):
err
=
self
.
socket
.
getsockopt
(
socket
.
SOL_SOCKET
,
socket
.
SO_ERROR
)
if
err
!=
0
:
raise
socket
.
error
(
err
,
_strerror
(
err
))
self
.
handle_connect
()
self
.
connected
=
True
...
...
Misc/ACKS
Dosyayı görüntüle @
5b07f3cb
...
...
@@ -817,4 +817,3 @@ Tarek Ziad
Peter strand
Jesse Noller
Fredrik Hrd
Alexander Shigin
Misc/NEWS
Dosyayı görüntüle @
5b07f3cb
...
...
@@ -109,8 +109,6 @@ C-API
Library
-------
- Issue #2944: asyncore doesn't handle connection refused correctly.
- Issue #8447: Make distutils.sysconfig follow symlinks in the path to
the interpreter executable. This fixes a failure of test_httpservers
on OS X.
...
...
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