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-22 17:24 Message: Logged In: YES user_id=22785 New patch that handles @dottedname correctly and implements bytecode generation. The test_decorators test passes. ---------------------------------------------------------------------- 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 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
