Skip to content

Commit 8ea4ded

Browse files
committed
remove useless assertion
1 parent 450d561 commit 8ea4ded

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/ast.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3130,7 +3130,6 @@ ast_for_stmt(struct compiling *c, const node *n)
31303130
n = CHILD(n, 0);
31313131
}
31323132
if (TYPE(n) == small_stmt) {
3133-
REQ(n, small_stmt);
31343133
n = CHILD(n, 0);
31353134
/* small_stmt: expr_stmt | print_stmt | del_stmt | pass_stmt
31363135
| flow_stmt | import_stmt | global_stmt | exec_stmt

0 commit comments

Comments
 (0)