[Patches] [ python-Patches-1544909 ] Implementation of PEP 362

SourceForge.net noreply at sourceforge.net
Wed Aug 23 00:10:01 CEST 2006


Patches item #1544909, was opened at 2006-08-22 14:36
Message generated for change (Comment added) made by bcannon
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1544909&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Modules
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Brett Cannon (bcannon)
Assigned to: Brett Cannon (bcannon)
Summary: Implementation of PEP 362

Initial Comment:
This patch holds the current implementation of PEP 362
(Signature objects).

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

>Comment By: Brett Cannon (bcannon)
Date: 2006-08-22 15:10

Message:
Logged In: YES 
user_id=357491

Change implementation of Signature.name so as to not try to
be fully qualified.  It's not possible with methods when
passed to a decorator since there is not back-reference to
the class it is being defined in.

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

Comment By: Brett Cannon (bcannon)
Date: 2006-08-22 14:44

Message:
Logged In: YES 
user_id=357491

Changed getsignature() to attach the object to the im_func
object for methods instead of the method itself since
decorators will work with the function object directly and
not the method attribute.

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

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


More information about the Patches mailing list