Patches item #1448297, was opened at 2006-03-12 13:35 Message generated for change (Comment added) made by gbrandl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1448297&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: Python 2.5 >Status: Closed >Resolution: Out of Date Priority: 5 Private: No Submitted By: Georg Brandl (gbrandl) Assigned to: Nobody/Anonymous (nobody) Summary: decorator module Initial Comment: This is a first attempt to a decorator standard module containing only @decorator in a C implementation. ---------------------------------------------------------------------- >Comment By: Georg Brandl (gbrandl) Date: 2007-02-15 10:38 Message: Logged In: YES user_id=849994 Originator: YES I think this is now outdated anyway with the inclusion of wraps() in functools -- it solves the same problem in a more general way. ---------------------------------------------------------------------- Comment By: Martin v. Löwis (loewis) Date: 2007-02-15 09:41 Message: Logged In: YES user_id=21627 Originator: NO Why does this implementation have to be in C? I can't see any performance reason - this is all import-time stuff, and not computationally expensive, no? I'm otherwise fine with adding it to 2.6 (perhaps with a reference in the Python implementation where the C version is stored -ie in this issue- in case anybody ever wants to do this in C again). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1448297&group_id=5470 _______________________________________________ Patches mailing list Patches@python.org http://mail.python.org/mailman/listinfo/patches