diff options
Diffstat (limited to 'Python/ast.c')
-rw-r--r-- | Python/ast.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/ast.c b/Python/ast.c index 271585f..abad2d9 100644 --- a/Python/ast.c +++ b/Python/ast.c @@ -3130,7 +3130,6 @@ ast_for_stmt(struct compiling *c, const node *n) n = CHILD(n, 0); } if (TYPE(n) == small_stmt) { - REQ(n, small_stmt); n = CHILD(n, 0); /* small_stmt: expr_stmt | print_stmt | del_stmt | pass_stmt | flow_stmt | import_stmt | global_stmt | exec_stmt |