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
2a886412
Kaydet (Commit)
2a886412
authored
Mar 20, 2012
tarafından
Giampaolo Rodola'
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.
üst
2bf1f3be
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
asyncore.py
Lib/asyncore.py
+1
-0
NEWS
Misc/NEWS
+3
-0
No files found.
Lib/asyncore.py
Dosyayı görüntüle @
2a886412
...
...
@@ -337,6 +337,7 @@ class dispatcher:
err
=
self
.
socket
.
connect_ex
(
address
)
if
err
in
(
EINPROGRESS
,
EALREADY
,
EWOULDBLOCK
)
\
or
err
==
EINVAL
and
os
.
name
in
(
'nt'
,
'ce'
):
self
.
addr
=
address
return
if
err
in
(
0
,
EISCONN
):
self
.
addr
=
address
...
...
Misc/NEWS
Dosyayı görüntüle @
2a886412
...
...
@@ -30,6 +30,9 @@ Core and Builtins
Library
-------
-
Issue
#
13694
:
asynchronous
connect
in
asyncore
.
dispatcher
does
not
set
addr
attribute
.
-
Issue
#
14344
:
fixed
the
repr
of
email
.
policy
objects
.
-
Issue
#
11686
:
Added
missing
entries
to
email
package
__all__
lists
...
...
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