mirror of https://github.com/python/cpython.git
parent
1e2ec8a996
commit
898ff92dac
|
@ -4063,7 +4063,7 @@ ast_for_stmt(struct compiling *c, const node *n)
|
|||
return ast_for_async_stmt(c, ch);
|
||||
default:
|
||||
PyErr_Format(PyExc_SystemError,
|
||||
"unhandled small_stmt: TYPE=%d NCH=%d\n",
|
||||
"unhandled compound_stmt: TYPE=%d NCH=%d\n",
|
||||
TYPE(n), NCH(n));
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue