[Patches] [ python-Patches-473223 ] Fix infinite getattr loop in asyncore

noreply@sourceforge.net noreply@sourceforge.net
Sat, 20 Oct 2001 11:50:29 -0700


Patches item #473223, was opened at 2001-10-20 11:50
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=473223&group_id=5470

Category: Library (Lib)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Cesar Eduardo Barros (cesarb)
Assigned to: Nobody/Anonymous (nobody)
Summary: Fix infinite getattr loop in asyncore

Initial Comment:
This patch fixes the infinite __getattr__loop which
happens when self.socket is not set to anything and
__getattr__ is called (it tries to send the request to
self.socket, which causes another __getattr__ call, and
so on).

Patch against asyncore.py 1.24


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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=473223&group_id=5470