mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Fix couple of dead code paths (GH-7418)
This commit is contained in:
parent
e7b1136ec3
commit
27ee0f8551
4 changed files with 0 additions and 7 deletions
|
@ -4868,7 +4868,6 @@ compiler_visit_expr1(struct compiler *c, expr_ty e)
|
|||
return compiler_error(c,
|
||||
"can't use starred expression here");
|
||||
}
|
||||
break;
|
||||
case Name_kind:
|
||||
return compiler_nameop(c, e->v.Name.id, e->v.Name.ctx);
|
||||
/* child nodes of List and Tuple will have expr_context set */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue