[Python-checkins] cpython (merge 3.2 -> default): merge 3.2

benjamin.peterson python-checkins at python.org
Mon Mar 12 19:18:59 CET 2012


http://hg.python.org/cpython/rev/6d992dea9391
changeset:   75546:6d992dea9391
parent:      75544:e00f6b8b83e8
parent:      75545:5fe780c9638a
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Mar 12 11:16:03 2012 -0700
summary:
  merge 3.2

files:
  Python/ast.c |  6 ------
  1 files changed, 0 insertions(+), 6 deletions(-)


diff --git a/Python/ast.c b/Python/ast.c
--- a/Python/ast.c
+++ b/Python/ast.c
@@ -1174,12 +1174,6 @@
     }
 
     return arg(name, annotation, c->c_arena);
-#if 0
-    result = Tuple(args, Store, LINENO(n), n->n_col_offset, c->c_arena);
-    if (!set_context(c, result, Store, n))
-        return NULL;
-    return result;
-#endif
 }
 
 /* returns -1 if failed to handle keyword only arguments

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list