[Patches] [ python-Patches-414750 ] fix for bug #414743

noreply@sourceforge.net noreply@sourceforge.net
Sun, 08 Apr 2001 13:59:55 -0700


Patches item #414750, was updated on 2001-04-08 13:24
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=414750&group_id=5470

Category: core (C code)
Group: None
Status: Open
Priority: 5
Submitted By: Michael Hudson (mwh)
Assigned to: Nobody/Anonymous (nobody)
Summary: fix for bug #414743

Initial Comment:
the code that reports errors for when a *-arg isn't a
tuple assumes that the function being called is a
PyFunctionObject, and blows up when it's a
PyCFunctionObject (or, in fact, an object of any other
type).

Also adds some test cases.


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

>Comment By: Michael Hudson (mwh)
Date: 2001-04-08 13:59

Message:
Logged In: YES 
user_id=6656

this fixes another test case and tries harder to work out
the names of the function/method/whatever.

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

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