commit | e36fe53d68b9fe8ff340ee8d7d35ab4822db69e0 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Fri Nov 23 12:16:35 2007 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Fri Nov 23 12:16:35 2007 +0000 |
tree | 3f8585d1cdd739d1de657d390fd16e4bc639514a | |
parent | 02c9ab568d1458e4c1ea2ca700c5d25bb31e8002 [diff] [blame] |
How did the comment get there?
diff --git a/Python/ast.c b/Python/ast.c index 9354b59..a9bc2d4 100644 --- a/Python/ast.c +++ b/Python/ast.c
@@ -1341,7 +1341,7 @@ "backquote not supported in 3.x", "<unknown>", LINENO(n), NULL, NULL)) { - ; //return NULL; + return NULL; } } expr_ty expression = ast_for_testlist(c, CHILD(n, 1));