mirror of
https://github.com/python/cpython.git
synced 2026-05-18 10:24:42 -04:00
remove useless assertion
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user