[Python-bugs-list] [ python-Bugs-690435 ] apply fails to check if warning raises exception

SourceForge.net noreply@sourceforge.net
Sun, 23 Feb 2003 13:54:22 -0800


Bugs item #690435, was opened at 2003-02-20 21:08
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=690435&group_id=5470

Category: Python Interpreter Core
Group: Python 2.3
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Greg Chapman (glchapman)
Assigned to: Neal Norwitz (nnorwitz)
Summary: apply fails to check if warning raises exception

Initial Comment:
The apply builtin function now generates a 
PendingDeprecationWarning.  However, it fails to check 
if the warning has raised an exception.  Attached is a 
small patch which adds the check to apply.


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

>Comment By: Neal Norwitz (nnorwitz)
Date: 2003-02-23 16:54

Message:
Logged In: YES 
user_id=33168

Checked in as:
 * Python/bltinmodule.c 2.282

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

Comment By: Guido van Rossum (gvanrossum)
Date: 2003-02-23 09:13

Message:
Logged In: YES 
user_id=6380

I think Neal can fix this.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=690435&group_id=5470