diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/compile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/compile.c b/Python/compile.c index d238a30..1921220 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -5363,7 +5363,6 @@ symtable_assign(struct symtable *st, node *n, int flag) symtable_assign(st, CHILD(n, i), flag); return; } - goto loop; case atom: tmp = CHILD(n, 0); if (TYPE(tmp) == LPAR || TYPE(tmp) == LSQB) { |