https://hg.python.org/cpython/rev/316c7c02b63e changeset: 103955:316c7c02b63e parent: 103953:ca6984a784a9 parent: 103954:c1d9052996f1 user: Benjamin Peterson <benjamin at python.org> date: Sun Sep 18 23:49:58 2016 -0700 summary: merge 3.6 files: Python/ast.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/Python/ast.c b/Python/ast.c --- a/Python/ast.c +++ b/Python/ast.c @@ -3149,9 +3149,6 @@ "unexpected flow_stmt: %d", TYPE(ch)); return NULL; } - - PyErr_SetString(PyExc_SystemError, "unhandled flow statement"); - return NULL; } static alias_ty -- Repository URL: https://hg.python.org/cpython