merge 3.6

This commit is contained in:
Benjamin Peterson 2016-09-18 23:49:58 -07:00
commit ff679c5955

View file

@ -3149,9 +3149,6 @@ ast_for_flow_stmt(struct compiling *c, const node *n)
"unexpected flow_stmt: %d", TYPE(ch)); "unexpected flow_stmt: %d", TYPE(ch));
return NULL; return NULL;
} }
PyErr_SetString(PyExc_SystemError, "unhandled flow statement");
return NULL;
} }
static alias_ty static alias_ty