We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2ec8a commit 898ff92Copy full SHA for 898ff92
Python/ast.c
@@ -4063,7 +4063,7 @@ ast_for_stmt(struct compiling *c, const node *n)
4063
return ast_for_async_stmt(c, ch);
4064
default:
4065
PyErr_Format(PyExc_SystemError,
4066
- "unhandled small_stmt: TYPE=%d NCH=%d\n",
+ "unhandled compound_stmt: TYPE=%d NCH=%d\n",
4067
TYPE(n), NCH(n));
4068
return NULL;
4069
}
0 commit comments