mirror of
https://github.com/python/cpython.git
synced 2025-10-01 21:02:15 +00:00
merge 3.6
This commit is contained in:
commit
ff679c5955
1 changed files with 0 additions and 3 deletions
|
@ -3149,9 +3149,6 @@ ast_for_flow_stmt(struct compiling *c, const node *n)
|
|||
"unexpected flow_stmt: %d", TYPE(ch));
|
||||
return NULL;
|
||||
}
|
||||
|
||||
PyErr_SetString(PyExc_SystemError, "unhandled flow statement");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static alias_ty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue