[Python-checkins] cpython (merge 3.6 -> default): merge 3.6

benjamin.peterson python-checkins at python.org
Mon Sep 19 02:50:11 EDT 2016


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


More information about the Python-checkins mailing list