mirror of
https://github.com/python/cpython.git
synced 2026-05-19 10:54:30 -04:00
How did the comment get there?
This commit is contained in:
+1
-1
@@ -1341,7 +1341,7 @@ ast_for_atom(struct compiling *c, const node *n)
|
||||
"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));
|
||||
|
||||
Reference in New Issue
Block a user