mirror of
https://github.com/python/cpython.git
synced 2025-07-28 05:34:31 +00:00
How did the comment get there?
This commit is contained in:
parent
02c9ab568d
commit
e36fe53d68
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue