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

noreply@sourceforge.net noreply@sourceforge.net
Tue, 10 Apr 2001 15:14:00 -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: 7
Submitted By: Michael Hudson (mwh)
Assigned to: Jeremy Hylton (jhylton)
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-10 15:14

Message:
Logged In: YES 
user_id=6656

OK, deleted the old one.

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

Comment By: Guido van Rossum (gvanrossum)
Date: 2001-04-10 14:16

Message:
Logged In: YES 
user_id=6380

Trying again -- the assign didn't work.

NB please give a less ambiguous comment to file uploads --
the SF interface doesn't make it clear which file was
uploaded last.

Can you delete the old one?

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

Comment By: Guido van Rossum (gvanrossum)
Date: 2001-04-10 12:59

Message:
Logged In: YES 
user_id=6380

Assigned to Jeremy and raised priority -- this needs to go
into 2.1!!!

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

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