[Patches] [ python-Patches-468647 ] Fix exception propagation in asyncore

noreply@sourceforge.net noreply@sourceforge.net
Sat, 06 Oct 2001 15:11:47 -0700


Patches item #468647, was opened at 2001-10-06 15:02
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=468647&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 exception propagation in asyncore

Initial Comment:
KeyError exceptions from a handle_error method are not
propagated, while any other exceptions are. This is
clearly not intentional. The attached patch fixes it.

The patch is against CVS asyncore.py 1.20.

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

>Comment By: Cesar Eduardo Barros (cesarb)
Date: 2001-10-06 15:11

Message:
Logged In: YES 
user_id=57799

The first patch was bogus. Please apply the second one instead.

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

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