1 message in org.python.python-bugs-list[ python-Bugs-889153 ] asyncore.dispa...
FromSent OnAttachments
SourceForge.netMar 4, 2004 9:24 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[ python-Bugs-889153 ] asyncore.dispactcher: incorrect connectActions...
From:SourceForge.net (nore@sourceforge.net)
Date:Mar 4, 2004 9:24:53 am
List:org.python.python-bugs-list

Bugs item #889153, was opened at 2004-02-02 19:04 Message generated for change (Comment added) made by klimkin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=889153&group_id=5470

Category: Python Library Group: None Status: Open Resolution: None Priority: 5 Submitted By: Sankov Dmitry Alexandrovich (sankov_da) Assigned to: Nobody/Anonymous (nobody) Summary: asyncore.dispactcher: incorrect connect

Initial Comment: When i use non-blocking socket, connect() method of asyncore.dispatcher class looks like works incorrect.

Example: if connection have not established then socket merely closed and handle_error not called and no exception throwed.

One more example: if writable() and readble() methods returns zero than handle_connect() will never be called even if connection will be established.

Thanks.

----------------------------------------------------------------------

Comment By: Alexey Klimkin (klimkin) Date: 2004-03-04 11:22

Message: Logged In: YES user_id=410460

Patch #909005 fixes the problem.

----------------------------------------------------------------------