Patch #1550786: ellipsis literal.
This commit is contained in:
@@ -1161,6 +1161,7 @@ symtable_visit_expr(struct symtable *st, expr_ty e)
|
||||
break;
|
||||
case Num_kind:
|
||||
case Str_kind:
|
||||
case Ellipsis_kind:
|
||||
/* Nothing to do here. */
|
||||
break;
|
||||
/* The following exprs can be assignment targets. */
|
||||
@@ -1365,8 +1366,6 @@ symtable_visit_slice(struct symtable *st, slice_ty s)
|
||||
case Index_kind:
|
||||
VISIT(st, expr, s->v.Index.value)
|
||||
break;
|
||||
case Ellipsis_kind:
|
||||
break;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user