[Patches] [ python-Patches-1167709 ] ast for decorators

SourceForge.net noreply at sourceforge.net
Mon Mar 21 22:11:23 CET 2005


Patches item #1167709, was opened at 2005-03-21 16:40
Message generated for change (Comment added) made by jpe
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1167709&group_id=5470

Category: Parser/Compiler
Group: AST
Status: Open
Resolution: None
Priority: 5
Submitted By: John Ehresman (jpe)
>Assigned to: Brett Cannon (bcannon)
Summary: ast for decorators

Initial Comment:
This patch adds the generation of AST nodes for
decorators.  There is no compiler support for
decorators yet.  Note I also added support for ignoring
NULL's passed to the *_free functions generated by
asdl_c.py so that error handling is somewhat simplified.

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

>Comment By: John Ehresman (jpe)
Date: 2005-03-21 21:11

Message:
Logged In: YES 
user_id=22785

This doesn't quite work.  I just realized when working on
the compiler portion that @foo is different than @foo().

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

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


More information about the Patches mailing list